mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
11 lines
301 B
Plaintext
11 lines
301 B
Plaintext
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
|
|
|