You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== 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`.
==============
0 commit comments