From f0e954c2c28eecc0e41dd1269fc86e6a42a65b5c Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 13 May 2022 12:07:15 +0000 Subject: [PATCH] ices/93882.sh: fixed with no errors === stdout === === stderr === warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes --> out.rs:1:12 | 1 | #![feature(generic_const_exprs)] | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #76560 for more information warning: 1 warning emitted ============== --- {ices => fixed}/93882.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/93882.sh (100%) diff --git a/ices/93882.sh b/fixed/93882.sh similarity index 100% rename from ices/93882.sh rename to fixed/93882.sh