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
= note: lifetime parameters may not be used in const expressions
17
+
= help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
18
+
19
+
warning: the feature `adt_const_params` is incomplete and may not be safe to use and/or cause compiler crashes
20
+
--> $DIR/index-oob-ice-83993.rs:3:12
21
+
|
22
+
LL | #![feature(adt_const_params)]
23
+
| ^^^^^^^^^^^^^^^^
24
+
|
25
+
= note: see issue #95174 <https://github.com/rust-lang/rust/issues/95174> for more information
26
+
= note: `#[warn(incomplete_features)]` on by default
27
+
28
+
error: aborting due to 2 previous errors; 1 warning emitted
0 commit comments