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