]> git.proxmox.com Git - rustc.git/blob - src/test/ui/feature-gate-staged_api.stderr
New upstream version 1.26.0+dfsg1
[rustc.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