]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-staged_api.stderr
Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkov
[rust.git] / tests / ui / feature-gates / feature-gate-staged_api.stderr
1 error[E0734]: stability attributes may not be used outside of the standard library
2   --> $DIR/feature-gate-staged_api.rs:8:1
3    |
4 LL | #[stable(feature = "a", since = "b")]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error[E0734]: stability attributes may not be used outside of the standard library
8   --> $DIR/feature-gate-staged_api.rs:1:1
9    |
10 LL | #![stable(feature = "a", since = "b")]
11    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0734`.