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