]> git.proxmox.com Git - rustc.git/blob - src/test/ui/specialization/defaultimpl/overlap-projection.stderr
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / test / ui / specialization / defaultimpl / overlap-projection.stderr
1 warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
2 --> $DIR/overlap-projection.rs:7:12
3 |
4 LL | #![feature(specialization)]
5 | ^^^^^^^^^^^^^^
6 |
7 = note: `#[warn(incomplete_features)]` on by default
8 = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
9
10 warning: 1 warning emitted
11