From 08d28abf7493332c08af2abef52ddd7735e3a32a Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 16 Feb 2020 12:09:04 +0000 Subject: [PATCH] ices/57201.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/57201.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/57201.rs:7:13 | 7 | let f: &impl Fn(&'a T) -> &'b T = &|x| x; | ^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error ============== --- {ices => fixed}/57201.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/57201.rs (100%) diff --git a/ices/57201.rs b/fixed/57201.rs similarity index 100% rename from ices/57201.rs rename to fixed/57201.rs