From d2b10e98b068c230669af10a24d5254dfb1ac3db Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 16 Feb 2020 12:09:08 +0000 Subject: [PATCH] ices/57200.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/57200.rs:1:12 | 1 | #![feature(impl_trait_in_bindings)] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default error: lifetimes in impl Trait types in bindings are not currently supported --> /home/runner/work/glacier/glacier/ices/57200.rs:7:12 | 7 | let f: impl Fn(&'a T) -> &'b T = |x| x; | ^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error ============== --- {ices => fixed}/57200.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/57200.rs (100%) diff --git a/ices/57200.rs b/fixed/57200.rs similarity index 100% rename from ices/57200.rs rename to fixed/57200.rs