]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gates/feature-gate-staged_api.stderr
New upstream version 1.61.0+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-staged_api.stderr
CommitLineData
e74abb32 1error[E0734]: stability attributes may not be used outside of the standard library
0731742a 2 --> $DIR/feature-gate-staged_api.rs:8:1
ff7c6d11 3 |
0531ce1d 4LL | #[stable(feature = "a", since = "b")]
ff7c6d11
XL
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
ee023bcb
FG
7error[E0734]: stability attributes may not be used outside of the standard library
8 --> $DIR/feature-gate-staged_api.rs:1:1
9 |
10LL | #![stable(feature = "a", since = "b")]
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
ff7c6d11
XL
13error: aborting due to 2 previous errors
14
e74abb32 15For more information about this error, try `rustc --explain E0734`.