From 24ab58e6439a6704c0276741dc4f740535576dbe Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 15 May 2022 12:05:46 +0000 Subject: [PATCH] ices/95647-2.rs: fixed with errors === stdout === === stderr === error[E0601]: `main` function not found in crate `95647_2` --> /home/runner/work/glacier/glacier/ices/95647-2.rs:9:57 | 9 | fn g() -> impl for<'a> Tr<'a, Assoc = impl Send + 'a> {} | ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/95647-2.rs` error: higher kinded lifetime bounds on nested opaque types are not supported yet --> /home/runner/work/glacier/glacier/ices/95647-2.rs:9:51 | 9 | fn g() -> impl for<'a> Tr<'a, Assoc = impl Send + 'a> {} | ^^ | note: lifetime declared here --> /home/runner/work/glacier/glacier/ices/95647-2.rs:9:20 | 9 | fn g() -> impl for<'a> Tr<'a, Assoc = impl Send + 'a> {} | ^^ error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0601`. ============== --- {ices => fixed}/95647-2.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/95647-2.rs (100%) diff --git a/ices/95647-2.rs b/fixed/95647-2.rs similarity index 100% rename from ices/95647-2.rs rename to fixed/95647-2.rs