From a7606620bd321b003821a228eba67f0806da4e00 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 16 Feb 2020 12:08:52 +0000 Subject: [PATCH] ices/67166.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/67166.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/67166.rs:5:19 | 5 | let _foo: Box = Box::new(()); | ^^^^^^^^^^^^^^ 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}/67166.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/67166.rs (100%) diff --git a/ices/67166.rs b/fixed/67166.rs similarity index 100% rename from ices/67166.rs rename to fixed/67166.rs