From 4c92c8b58f6decb857d2b648870440503805c14a Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 16 Feb 2020 12:09:00 +0000 Subject: [PATCH] ices/60473.rs: fixed with errors === stdout === === stderr === warning: the feature `impl_trait_in_bindings` is incomplete and may cause the compiler to crash --> /home/runner/work/glacier/glacier/ices/60473.rs:1:12 | 1 | #![feature(impl_trait_in_bindings)] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default error[E0720]: opaque type expands to a recursive type --> /home/runner/work/glacier/glacier/ices/60473.rs:12:12 | 12 | let x: impl Trait = (); | ^^^^^^^^^^^^^ expands to a recursive type | = note: type resolves to itself error: aborting due to previous error For more information about this error, try `rustc --explain E0720`. ============== --- {ices => fixed}/60473.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/60473.rs (100%) diff --git a/ices/60473.rs b/fixed/60473.rs similarity index 100% rename from ices/60473.rs rename to fixed/60473.rs