2019-09-25 06:58:52 -05:00
|
|
|
error[E0734]: stability attributes may not be used outside of the standard library
|
2022-01-18 13:37:14 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-unstable.rs:14:9
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2022-01-18 13:37:14 -06:00
|
|
|
LL | #![unstable()]
|
|
|
|
| ^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2019-09-25 06:58:52 -05:00
|
|
|
error[E0734]: stability attributes may not be used outside of the standard library
|
2022-01-18 13:37:14 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-unstable.rs:18:5
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2022-01-18 13:37:14 -06:00
|
|
|
LL | #[unstable()]
|
|
|
|
| ^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2019-09-25 06:58:52 -05:00
|
|
|
error[E0734]: stability attributes may not be used outside of the standard library
|
2022-01-18 13:37:14 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-unstable.rs:22:5
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2022-01-18 13:37:14 -06:00
|
|
|
LL | #[unstable()]
|
2019-01-01 17:21:05 -06:00
|
|
|
| ^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2019-09-25 06:58:52 -05:00
|
|
|
error[E0734]: stability attributes may not be used outside of the standard library
|
2022-01-18 13:37:14 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-unstable.rs:26:5
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2022-01-18 13:37:14 -06:00
|
|
|
LL | #[unstable()]
|
2019-01-01 17:21:05 -06:00
|
|
|
| ^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2019-09-25 06:58:52 -05:00
|
|
|
error[E0734]: stability attributes may not be used outside of the standard library
|
2022-01-18 13:37:14 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-unstable.rs:30:5
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
2022-01-18 13:37:14 -06:00
|
|
|
LL | #[unstable()]
|
2020-01-08 11:02:10 -06:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error[E0734]: stability attributes may not be used outside of the standard library
|
2022-01-18 13:37:14 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-unstable.rs:10:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2022-01-18 13:37:14 -06:00
|
|
|
LL | #[unstable()]
|
|
|
|
| ^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2019-09-25 06:58:52 -05:00
|
|
|
error[E0734]: stability attributes may not be used outside of the standard library
|
2022-01-18 13:37:14 -06:00
|
|
|
--> $DIR/issue-43106-gating-of-unstable.rs:7:1
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2022-01-18 13:37:14 -06:00
|
|
|
LL | #![unstable()]
|
|
|
|
| ^^^^^^^^^^^^^^
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2022-01-18 13:37:14 -06:00
|
|
|
error: aborting due to 7 previous errors
|
2017-12-06 02:27:47 -06:00
|
|
|
|
2019-09-25 06:58:52 -05:00
|
|
|
For more information about this error, try `rustc --explain E0734`.
|