From 6956adb60a877583bca3b0d529beadca146854b4 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 17 May 2023 03:07:32 +0000 Subject: [PATCH] ices/109178.rs: fixed with errors === stdout === === stderr === error[E0637]: `&` without an explicit lifetime name cannot be used here --> /home/runner/work/glacier/glacier/ices/109178.rs:3:31 | 3 | struct Changes | ^ explicit lifetime name needed here error[E0637]: `&` without an explicit lifetime name cannot be used here --> /home/runner/work/glacier/glacier/ices/109178.rs:7:21 | 7 | impl Changes where [(); CHANGES.len()]: {} | ^ explicit lifetime name needed here error[E0637]: `&` without an explicit lifetime name cannot be used here --> /home/runner/work/glacier/glacier/ices/109178.rs:7:23 | 7 | impl Changes where [(); CHANGES.len()]: {} | ^ explicit lifetime name needed here 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/109178.rs:1:12 | 1 | #![feature(adt_const_params, generic_const_exprs)] | ^^^^^^^^^^^^^^^^ | = note: see issue #95174 for more information = note: `#[warn(incomplete_features)]` on by default 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/109178.rs:1:30 | 1 | #![feature(adt_const_params, generic_const_exprs)] | ^^^^^^^^^^^^^^^^^^^ | = note: see issue #76560 for more information error: aborting due to 3 previous errors; 2 warnings emitted For more information about this error, try `rustc --explain E0637`. ============== --- {ices => fixed}/109178.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/109178.rs (100%) diff --git a/ices/109178.rs b/fixed/109178.rs similarity index 100% rename from ices/109178.rs rename to fixed/109178.rs