From 92e317f4624564686d16fe6ef750092829e62780 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 7 Jan 2020 12:05:31 +0000 Subject: [PATCH] ices/58987-3.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/58987-3.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default warning: struct is never constructed: `NibblePack` --> /home/runner/work/glacier/glacier/ices/58987-3.rs:3:8 | 3 | struct NibblePack ([u8; N / 1]); | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default ============== --- {ices => fixed}/58987-3.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/58987-3.rs (100%) diff --git a/ices/58987-3.rs b/fixed/58987-3.rs similarity index 100% rename from ices/58987-3.rs rename to fixed/58987-3.rs