From 503715eef5c57902bcfc629233a758e8b2810d79 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 17 Mar 2021 12:28:13 +0000 Subject: [PATCH] ices/77987.rs: fixed with errors === stdout === === stderr === error[E0658]: `impl Trait` in type aliases is unstable --> /home/runner/work/glacier/glacier/ices/77987.rs:6:14 | 6 | type Scope = impl Foo<()>; | ^^^^^^^^^^^^ | = note: see issue #63063 for more information = help: add `#![feature(min_type_alias_impl_trait)]` to the crate attributes to enable warning: the feature `type_alias_impl_trait` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/77987.rs:1:12 | 1 | #![feature(type_alias_impl_trait)] | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #63063 for more information error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0658`. ============== --- {ices => fixed}/77987.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/77987.rs (100%) diff --git a/ices/77987.rs b/fixed/77987.rs similarity index 100% rename from ices/77987.rs rename to fixed/77987.rs