From 81e41a3a929d537eb5675d59fcc27a5422678d98 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 7 Jun 2022 03:30:04 +0000 Subject: [PATCH] ices/96954.rs: fixed with errors === stdout === === stderr === error: `impl Trait` can only mention lifetimes bound at the fn or impl level --> /home/runner/work/glacier/glacier/ices/96954.rs:4:70 | 4 | fn test_argument_position(x: impl for<'a> Tr<'a, Assoc = impl Copy + 'a>) {} | ^^ | note: lifetime declared here --> /home/runner/work/glacier/glacier/ices/96954.rs:4:39 | 4 | fn test_argument_position(x: impl for<'a> Tr<'a, Assoc = impl Copy + 'a>) {} | ^^ error: aborting due to previous error ============== --- {ices => fixed}/96954.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/96954.rs (100%) diff --git a/ices/96954.rs b/fixed/96954.rs similarity index 100% rename from ices/96954.rs rename to fixed/96954.rs