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