From 518b5cd3eb62b2da3482c4119ddb3363e98d4472 Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 15 Jul 2022 03:45:58 +0000 Subject: [PATCH] ices/98372.rs: fixed with errors === stdout === === stderr === error[E0557]: feature has been removed --> /home/runner/work/glacier/glacier/ices/98372.rs:3:5 | 3 | untagged_unions, decl_macro, rustc_attrs, transparent_unions, auto_traits, | ^^^^^^^^^^^^^^^ feature has been removed | = note: unions with `Copy` and `ManuallyDrop` fields are stable; there is no intent to stabilize more error: aborting due to previous error For more information about this error, try `rustc --explain E0557`. ============== --- {ices => fixed}/98372.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/98372.rs (100%) diff --git a/ices/98372.rs b/fixed/98372.rs similarity index 100% rename from ices/98372.rs rename to fixed/98372.rs