blob: f44753b624e3fd082df0a09fc434755c0607c938 (
plain)
1
2
3
4
5
6
7
8
9
10
|
warning: the feature `negative_bounds` is incomplete and may not be safe to use and/or cause compiler crashes
--> $DIR/supertrait.rs:3:12
|
LL | #![feature(negative_bounds)]
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(incomplete_features)]` on by default
warning: 1 warning emitted
|