From 8e17856fba0bd7f1a2388b46f255bdd922ffe9e0 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 1 Sep 2021 12:06:31 +0000 Subject: [PATCH] ices/84020.sh: fixed with errors === stdout === === stderr === error[E0557]: feature has been removed --> :1:12 | 1 | #![feature(const_generics, platform_intrinsics, repr_simd)] | ^^^^^^^^^^^^^^ feature has been removed | = note: removed in favor of `#![feature(adt_const_params]` and `#![feature(generic_const_exprs)]` error: aborting due to previous error For more information about this error, try `rustc --explain E0557`. ============== --- {ices => fixed}/84020.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/84020.sh (100%) diff --git a/ices/84020.sh b/fixed/84020.sh similarity index 100% rename from ices/84020.sh rename to fixed/84020.sh