]> git.lizzy.rs Git - rust.git/blob - src/test/ui/specialization/specialization-on-projection.stderr
warn against 'specialization' feature
[rust.git] / src / test / ui / specialization / specialization-on-projection.stderr
1 warning: the feature `specialization` is incomplete and may be unsafe to use and/or cause compiler crashes
2   --> $DIR/specialization-on-projection.rs:4: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