]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/issues/issue-60818-struct-constructors.full.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / const-generics / issues / issue-60818-struct-constructors.full.stderr
CommitLineData
f9f354fc 1warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes
3dfed10e 2 --> $DIR/issue-60818-struct-constructors.rs:3:27
dc9dc135 3 |
3dfed10e
XL
4LL | #![cfg_attr(full, feature(const_generics))]
5 | ^^^^^^^^^^^^^^
416331ca
XL
6 |
7 = note: `#[warn(incomplete_features)]` on by default
f9f354fc 8 = note: see issue #44580 <https://github.com/rust-lang/rust/issues/44580> for more information
dc9dc135 9
ba9703b0
XL
10warning: 1 warning emitted
11