about summary refs log tree commit diff
path: root/tests/ui/const-generics/adt_const_params/alias_const_param_ty-1.stderr
blob: 4f5133474c608703fbfa889fcfbc7d8a34694d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: the feature `lazy_type_alias` is incomplete and may not be safe to use and/or cause compiler crashes
  --> $DIR/alias_const_param_ty-1.rs:2:30
   |
LL | #![feature(adt_const_params, lazy_type_alias)]
   |                              ^^^^^^^^^^^^^^^
   |
   = note: see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
   = note: `#[warn(incomplete_features)]` on by default

warning: 1 warning emitted