From 0b95e6e10c1d9f9361191fcb9118874fde8a54f0 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 21 Sep 2023 03:05:56 +0000 Subject: [PATCH] ices/111433.rs: fixed with errors === stdout === === stderr === error: cannot capture late-bound lifetime in constant --> /home/runner/work/glacier/glacier/ices/111433.rs:9:25 | 8 | fn test<'a>() { | -- lifetime defined here 9 | let _: [u8; inner::<'a>()]; | ^^ error: cannot capture late-bound lifetime in constant --> /home/runner/work/glacier/glacier/ices/111433.rs:10:25 | 8 | fn test<'a>() { | -- lifetime defined here 9 | let _: [u8; inner::<'a>()]; 10 | let _ = [0; inner::<'a>()]; | ^^ error: aborting due to 2 previous errors ============== --- {ices => fixed}/111433.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/111433.rs (100%) diff --git a/ices/111433.rs b/fixed/111433.rs similarity index 100% rename from ices/111433.rs rename to fixed/111433.rs