]> git.lizzy.rs Git - rust.git/blob - src/test/ui/stability-attribute/stability-attribute-non-staged.stderr
Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomcc
[rust.git] / src / test / ui / stability-attribute / stability-attribute-non-staged.stderr
1 error[E0734]: stability attributes may not be used outside of the standard library
2   --> $DIR/stability-attribute-non-staged.rs:1:1
3    |
4 LL | #[unstable()]
5    | ^^^^^^^^^^^^^
6
7 error[E0734]: stability attributes may not be used outside of the standard library
8   --> $DIR/stability-attribute-non-staged.rs:2:1
9    |
10 LL | #[stable()]
11    | ^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0734`.