From 7f1e26adfcd296ff038807dd7e2981443c4efc2d Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 15 Oct 2022 03:51:10 +0000 Subject: [PATCH] ices/101940.rs: fixed with errors === stdout === === stderr === error[E0658]: `impl Trait` in type aliases is unstable --> /home/runner/work/glacier/glacier/ices/101940.rs:8:20 | 8 | type Fut<'a> = impl ::std::future::Future + 'a | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #63063 for more information = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable error: aborting due to previous error For more information about this error, try `rustc --explain E0658`. ============== --- {ices => fixed}/101940.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/101940.rs (100%) diff --git a/ices/101940.rs b/fixed/101940.rs similarity index 100% rename from ices/101940.rs rename to fixed/101940.rs