From c4d71f3bccbd206e36053b6e460242a2ee2bec87 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 16 Jul 2020 12:13:12 +0000 Subject: [PATCH] ices/63695.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/63695.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #44580 for more information warning: unnecessary braces around const expression --> /home/runner/work/glacier/glacier/ices/63695.rs:14:25 | 14 | println!("{}", test::<{8i32}>()); | ^^^^^^ help: remove these braces | = note: `#[warn(unused_braces)]` on by default warning: unnecessary braces around const expression --> /home/runner/work/glacier/glacier/ices/63695.rs:15:29 | 15 | println!("{}", foo.test::<{16i32}>()); // <- Causes ICE | ^^^^^^^ help: remove these braces warning: 3 warnings emitted ============== --- {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