From 486270f305de28683a606a52a79744adb6af1c84 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 5 Aug 2023 03:08:12 +0000 Subject: [PATCH] ices/113481.rs: fixed with errors === stdout === === stderr === error[E0601]: `main` function not found in crate `113481` --> /home/runner/work/glacier/glacier/ices/113481.rs:13:2 | 13 | } | ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/113481.rs` error[E0700]: hidden type for `impl ToString` captures lifetime that does not appear in bounds --> /home/runner/work/glacier/glacier/ices/113481.rs:8:5 | 7 | fn baz() -> impl for<'y> Foo = impl ToString> { | -- ------------- opaque type defined here | | | hidden type `&'y str` captures the lifetime `'y` as defined here 8 | 42 | ^^ error: aborting due to 2 previous errors Some errors have detailed explanations: E0601, E0700. For more information about an error, try `rustc --explain E0601`. ============== --- {ices => fixed}/113481.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/113481.rs (100%) diff --git a/ices/113481.rs b/fixed/113481.rs similarity index 100% rename from ices/113481.rs rename to fixed/113481.rs