From 3d87bac7d0a68531eebc00de64042c5294949777 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 12 Mar 2020 12:09:22 +0000 Subject: [PATCH] ices/62456.rs: fixed with errors === stdout === === stderr === warning: the feature `const_generics` is incomplete and may cause the compiler to crash --> /home/runner/work/glacier/glacier/ices/62456.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default error: array lengths can't depend on generic parameters --> /home/runner/work/glacier/glacier/ices/62456.rs:15:34 | 15 | let mut new_items = [""; N + 1]; | ^^^^^ error: aborting due to previous error ============== --- {ices => fixed}/62456.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/62456.rs (100%) diff --git a/ices/62456.rs b/fixed/62456.rs similarity index 100% rename from ices/62456.rs rename to fixed/62456.rs