From 4a7084393070646ba79a6173bdf871b40c75d700 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 16 Jul 2020 12:13:17 +0000 Subject: [PATCH] ices/64537.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/64537.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/64537.rs:8:19 | 8 | Self::x::<{3usize}>(); | ^^^^^^^^ help: remove these braces | = note: `#[warn(unused_braces)]` on by default warning: struct is never constructed: `S` --> /home/runner/work/glacier/glacier/ices/64537.rs:3:8 | 3 | struct S; | ^ | = note: `#[warn(dead_code)]` on by default warning: associated function is never used: `x` --> /home/runner/work/glacier/glacier/ices/64537.rs:6:12 | 6 | pub fn x() {} | ^ warning: associated function is never used: `y` --> /home/runner/work/glacier/glacier/ices/64537.rs:7:12 | 7 | pub fn y() { | ^ warning: 5 warnings emitted ============== --- {ices => fixed}/64537.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/64537.rs (100%) diff --git a/ices/64537.rs b/fixed/64537.rs similarity index 100% rename from ices/64537.rs rename to fixed/64537.rs