]> git.proxmox.com Git - rustc.git/blob - src/test/ui/const-generics/type_of_anon_const.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / const-generics / type_of_anon_const.stderr
1 warning: the feature `const_generics` is incomplete and may cause the compiler to crash
2 --> $DIR/type_of_anon_const.rs:3:12
3 |
4 LL | #![feature(const_generics)]
5 | ^^^^^^^^^^^^^^
6 |
7 = note: `#[warn(incomplete_features)]` on by default
8
9 warning: 1 warning emitted
10