]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gate-staged_api.stderr
Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obk
[rust.git] / src / test / ui / feature-gate-staged_api.stderr
1 error: stability attributes may not be used outside of the standard library
2   --> $DIR/feature-gate-staged_api.rs:11:1
3    |
4 LL | #![stable(feature = "a", since = "b")]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: stability attributes may not be used outside of the standard library
8   --> $DIR/feature-gate-staged_api.rs:18:1
9    |
10 LL | #[stable(feature = "a", since = "b")]
11    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14