From 327f3264545bd6b2c7e97537055841555ae46d52 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 17 Feb 2021 12:21:29 +0000 Subject: [PATCH] ices/80561.rs: fixed with no errors === stdout === === stderr === warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/80561.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #44580 for more information warning: the feature `const_evaluatable_checked` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/80561.rs:2:12 | 2 | #![feature(const_evaluatable_checked)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #76560 for more information warning: 2 warnings emitted ============== --- {ices => fixed}/80561.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/80561.rs (100%) diff --git a/ices/80561.rs b/fixed/80561.rs similarity index 100% rename from ices/80561.rs rename to fixed/80561.rs