From 3f558ec269f4302bc3e99e9b3dcb021750e6c308 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 9 Feb 2022 12:05:37 +0000 Subject: [PATCH] ices/54895.rs: fixed with errors === stdout === === stderr === error[E0277]: `main` has invalid return type `impl Trait 'a, Out = impl ?Sized>` --> /home/runner/work/glacier/glacier/ices/54895.rs:7:14 | 7 | fn main() -> impl for<'a> Trait<'a, Out = impl ?Sized + 'a> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `main` can only return types that implement `Termination` | = help: consider using `()`, or a `Result` error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ============== --- {ices => fixed}/54895.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/54895.rs (100%) diff --git a/ices/54895.rs b/fixed/54895.rs similarity index 100% rename from ices/54895.rs rename to fixed/54895.rs