From dc76ac8395d81f965cc0dccffbe24e83ce60f853 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 30 Jun 2022 03:36:32 +0000 Subject: [PATCH] ices/97047-1.rs: fixed with no errors === stdout === === stderr === warning: the feature `adt_const_params` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/97047-1.rs:1:12 | 1 | #![feature(adt_const_params, generic_const_exprs)] | ^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #95174 for more information warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/97047-1.rs:1:30 | 1 | #![feature(adt_const_params, generic_const_exprs)] | ^^^^^^^^^^^^^^^^^^^ | = note: see issue #76560 for more information warning: field `changes` is never read --> /home/runner/work/glacier/glacier/ices/97047-1.rs:7:5 | 3 | pub struct Changes | ------- field in this struct ... 7 | changes: [usize; CHANGES.len()], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: 3 warnings emitted ============== --- {ices => fixed}/97047-1.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/97047-1.rs (100%) diff --git a/ices/97047-1.rs b/fixed/97047-1.rs similarity index 100% rename from ices/97047-1.rs rename to fixed/97047-1.rs