From ff77b7829ec98439ddb29271451306d5f2763d2b Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 5 Dec 2019 12:05:32 +0000 Subject: [PATCH] ices/61747.rs: fixed with no errors === stdout === === stderr === warning: the feature `const_generics` is incomplete and may cause the compiler to crash --> /home/runner/work/glacier/glacier/ices/61747.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default ============== --- {ices => fixed}/61747.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/61747.rs (100%) diff --git a/ices/61747.rs b/fixed/61747.rs similarity index 100% rename from ices/61747.rs rename to fixed/61747.rs