From 93849673d2fbb2166fb838641f9342224e43bb6e Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 18 Mar 2021 12:27:50 +0000 Subject: [PATCH] ices/72293.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/72293.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #44580 for more information warning: 1 warning emitted ============== --- {ices => fixed}/72293.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/72293.rs (100%) diff --git a/ices/72293.rs b/fixed/72293.rs similarity index 100% rename from ices/72293.rs rename to fixed/72293.rs