2020-11-18 22:49:20 +00:00
|
|
|
error[E0658]: inner macro attributes are unstable
|
|
|
|
--> $DIR/proc-macro-gates.rs:10:8
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2019-05-21 22:09:58 +00:00
|
|
|
LL | #![empty_attr]
|
2020-11-18 22:49:20 +00:00
|
|
|
| ^^^^^^^^^^
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-12-02 19:27:37 +00:00
|
|
|
|
2020-11-18 22:49:20 +00:00
|
|
|
error[E0658]: inner macro attributes are unstable
|
|
|
|
--> $DIR/proc-macro-gates.rs:14:8
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2019-05-21 22:09:58 +00:00
|
|
|
LL | #![empty_attr]
|
2020-11-18 22:49:20 +00:00
|
|
|
| ^^^^^^^^^^
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-12-02 19:27:37 +00:00
|
|
|
|
2019-12-01 14:07:38 +00:00
|
|
|
error: key-value macro attributes are not supported
|
2019-09-07 22:42:12 +00:00
|
|
|
--> $DIR/proc-macro-gates.rs:17:1
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2019-05-21 22:09:58 +00:00
|
|
|
LL | #[empty_attr = "y"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2018-12-02 19:27:37 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: custom attributes cannot be applied to statements
|
2019-09-07 22:42:12 +00:00
|
|
|
--> $DIR/proc-macro-gates.rs:26:5
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2019-05-21 22:09:58 +00:00
|
|
|
LL | #[empty_attr]
|
|
|
|
| ^^^^^^^^^^^^^
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-12-02 19:27:37 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: custom attributes cannot be applied to statements
|
2019-09-07 22:42:12 +00:00
|
|
|
--> $DIR/proc-macro-gates.rs:30:5
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2019-05-21 22:09:58 +00:00
|
|
|
LL | #[empty_attr]
|
|
|
|
| ^^^^^^^^^^^^^
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-12-02 19:27:37 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: custom attributes cannot be applied to statements
|
2019-09-07 22:42:12 +00:00
|
|
|
--> $DIR/proc-macro-gates.rs:34:5
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2019-05-21 22:09:58 +00:00
|
|
|
LL | #[empty_attr]
|
|
|
|
| ^^^^^^^^^^^^^
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-12-02 19:27:37 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: custom attributes cannot be applied to expressions
|
2019-09-07 22:42:12 +00:00
|
|
|
--> $DIR/proc-macro-gates.rs:38:14
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2019-05-21 22:09:58 +00:00
|
|
|
LL | let _x = #[identity_attr] 2;
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-12-02 19:27:37 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: custom attributes cannot be applied to expressions
|
2019-09-07 22:42:12 +00:00
|
|
|
--> $DIR/proc-macro-gates.rs:41:15
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2019-05-21 22:09:58 +00:00
|
|
|
LL | let _x = [#[identity_attr] 2];
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-12-02 19:27:37 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: custom attributes cannot be applied to expressions
|
2019-09-07 22:42:12 +00:00
|
|
|
--> $DIR/proc-macro-gates.rs:44:14
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2019-05-21 22:09:58 +00:00
|
|
|
LL | let _x = #[identity_attr] println!();
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-12-02 19:27:37 +00:00
|
|
|
|
2020-11-12 20:42:42 +00:00
|
|
|
error: inner macro attributes are unstable
|
|
|
|
--> $DIR/proc-macro-gates.rs:49:8
|
|
|
|
|
|
|
|
|
LL | #![test]
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
|
|
|
= note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
|
2022-09-18 15:55:36 +00:00
|
|
|
= note: `#[deny(soft_unstable)]` on by default
|
2020-11-12 20:42:42 +00:00
|
|
|
|
|
|
|
error: aborting due to 10 previous errors
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|
2023-09-29 19:51:55 +00:00
|
|
|
Future incompatibility report: Future breakage diagnostic:
|
|
|
|
error: inner macro attributes are unstable
|
|
|
|
--> $DIR/proc-macro-gates.rs:49:8
|
|
|
|
|
|
|
|
|
LL | #![test]
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
|
|
|
= note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
|
|
|
|
= note: `#[deny(soft_unstable)]` on by default
|
|
|
|
|