Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 6956adb

Browse files
committed
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<const CHANGES: &[&'static str]> | ^ 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<const CHANGES: &[&str]> Changes<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<const CHANGES: &[&str]> Changes<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 <rust-lang/rust#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 <rust-lang/rust#76560> for more information error: aborting due to 3 previous errors; 2 warnings emitted For more information about this error, try `rustc --explain E0637`. ==============
1 parent ba4784b commit 6956adb

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)