2024-07-14 07:38:51 -05:00
|
|
|
warning: the feature `unsized_const_params` is incomplete and may not be safe to use and/or cause compiler crashes
|
|
|
|
--> $DIR/regions-in-canonical.rs:3:30
|
2024-03-28 11:10:44 -05:00
|
|
|
|
|
2024-07-14 07:38:51 -05:00
|
|
|
LL | #![feature(adt_const_params, unsized_const_params)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
2024-03-28 11:10:44 -05:00
|
|
|
|
|
|
|
|
= note: see issue #95174 <https://github.com/rust-lang/rust/issues/95174> for more information
|
|
|
|
= note: `#[warn(incomplete_features)]` on by default
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|