rust/src/test/ui/stable-features.stderr

21 lines
600 B
Plaintext
Raw Normal View History

2018-08-08 12:28:26 +00:00
error: the feature `test_accepted_feature` has been stable since 1.0.0 and no longer requires an attribute to enable
2018-12-25 15:56:47 +00:00
--> $DIR/stable-features.rs:6:12
2018-08-08 12:28:26 +00:00
|
LL | #![feature(test_accepted_feature)]
| ^^^^^^^^^^^^^^^^^^^^^
|
note: lint level defined here
2018-12-25 15:56:47 +00:00
--> $DIR/stable-features.rs:4:9
2018-08-08 12:28:26 +00:00
|
LL | #![deny(stable_features)]
| ^^^^^^^^^^^^^^^
error: the feature `rust1` has been stable since 1.0.0 and no longer requires an attribute to enable
2018-12-25 15:56:47 +00:00
--> $DIR/stable-features.rs:9:12
2018-08-08 12:28:26 +00:00
|
LL | #![feature(rust1)]
| ^^^^^
error: aborting due to 2 previous errors