]> git.lizzy.rs Git - rust.git/blob - src/test/ui/stable-features.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / stable-features.stderr
1 error: the feature `test_accepted_feature` has been stable since 1.0.0 and no longer requires an attribute to enable
2   --> $DIR/stable-features.rs:16:12
3    |
4 LL | #![feature(test_accepted_feature)]
5    |            ^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: lint level defined here
8   --> $DIR/stable-features.rs:14:9
9    |
10 LL | #![deny(stable_features)]
11    |         ^^^^^^^^^^^^^^^
12
13 error: the feature `rust1` has been stable since 1.0.0 and no longer requires an attribute to enable
14   --> $DIR/stable-features.rs:19:12
15    |
16 LL | #![feature(rust1)]
17    |            ^^^^^
18
19 error: aborting due to 2 previous errors
20