From 16c57fd99731a98bc8e6ffceabe83b8210fd1295 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 15 May 2022 12:05:44 +0000 Subject: [PATCH] ices/95647-1.rs: fixed with errors === stdout === === stderr === error: higher kinded lifetime bounds on nested opaque types are not supported yet --> /home/runner/work/glacier/glacier/ices/95647-1.rs:9:67 | 9 | fn g() -> impl for<'a> Tr<&'a u8, Output = impl std::fmt::Debug + 'a> { } | ^^ | note: lifetime declared here --> /home/runner/work/glacier/glacier/ices/95647-1.rs:9:20 | 9 | fn g() -> impl for<'a> Tr<&'a u8, Output = impl std::fmt::Debug + 'a> { } | ^^ error: aborting due to previous error ============== --- {ices => fixed}/95647-1.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/95647-1.rs (100%) diff --git a/ices/95647-1.rs b/fixed/95647-1.rs similarity index 100% rename from ices/95647-1.rs rename to fixed/95647-1.rs