From 93a78df4f4b6dab28c1031a0b358a1d0c2684122 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 21 Jul 2021 12:06:45 +0000 Subject: [PATCH] ices/70971.rs: fixed with errors === stdout === === stderr === error[E0557]: feature has been removed --> /home/runner/work/glacier/glacier/ices/70971.rs:2:12 | 2 | #![feature(impl_trait_in_bindings)] | ^^^^^^^^^^^^^^^^^^^^^^ feature has been removed | = note: the implementation was not maintainable, the feature may get reintroduced once the current refactorings are done error[E0562]: `impl Trait` not allowed outside of function and method return types --> /home/runner/work/glacier/glacier/ices/70971.rs:5:17 | 5 | let ref _x: impl Sized = 5; | ^^^^^^^^^^ error: aborting due to 2 previous errors Some errors have detailed explanations: E0557, E0562. For more information about an error, try `rustc --explain E0557`. ============== --- {ices => fixed}/70971.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/70971.rs (100%) diff --git a/ices/70971.rs b/fixed/70971.rs similarity index 100% rename from ices/70971.rs rename to fixed/70971.rs