From 58be012ec98946ef1509dc9f0aa3f16b4eea2b02 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 24 Mar 2020 12:07:07 +0000 Subject: [PATCH] ices/63695.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/63695.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default error: erroneous constant encountered --> /home/runner/work/glacier/glacier/ices/63695.rs:5:43 | 5 | fn test(&self) -> i32 { A } | ^ error: aborting due to previous error ============== --- {ices => fixed}/63695.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/63695.rs (100%) diff --git a/ices/63695.rs b/fixed/63695.rs similarity index 100% rename from ices/63695.rs rename to fixed/63695.rs