From 7407b60305fd28e3c4cf91865bbe8ee29a1dcb3d Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 24 Jul 2021 12:06:21 +0000 Subject: [PATCH] ices/74280.rs: fixed with errors === stdout === === stderr === warning: the feature `type_alias_impl_trait` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/74280.rs:2:12 | 2 | #![feature(type_alias_impl_trait)] | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #63063 for more information error: concrete type differs from previous defining opaque type use --> /home/runner/work/glacier/glacier/ices/74280.rs:7:13 | 7 | let y = || -> Test { () }; | ^^^^^^^^^^^^^^^^^ expected `i32`, got `()` | note: previous use here --> /home/runner/work/glacier/glacier/ices/74280.rs:6:1 | 6 | fn test() -> Test { | ^^^^^^^^^^^^^^^^^ error: aborting due to previous error; 1 warning emitted ============== --- {ices => fixed}/74280.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/74280.rs (100%) diff --git a/ices/74280.rs b/fixed/74280.rs similarity index 100% rename from ices/74280.rs rename to fixed/74280.rs