blob: 137b13fb834f8d830772b4f082638b90508f5f70 [file] [edit]
warning: the feature `contracts` is incomplete and may not be safe to use and/or cause compiler crashes
--> $DIR/incomplete-feature.rs:8:12
|
LL | #![feature(contracts)]
| ^^^^^^^^^
|
= note: see issue #128044 <https://github.com/rust-lang/rust/issues/128044> for more information
note: the lint level is defined here
--> $DIR/incomplete-feature.rs:7:9
|
LL | #![warn(incomplete_features)]
| ^^^^^^^^^^^^^^^^^^^
warning: 1 warning emitted