From fbc7d0ad41783ca521e3c609093b2e5bc2af62e2 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 16 Jul 2020 12:13:35 +0000 Subject: [PATCH] ices/70586.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/70586.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}/70586.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/70586.rs (100%) diff --git a/ices/70586.rs b/fixed/70586.rs similarity index 100% rename from ices/70586.rs rename to fixed/70586.rs