File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
// edition:2015
2
+ // force-host
2
3
// no-prefer-dynamic
3
4
4
5
#![ crate_type = "proc-macro" ]
Original file line number Diff line number Diff line change 1
- error[E0658]: attributes of the form `#[derive_*]` are reserved for the compiler (see issue #29644 )
1
+ error[E0658]: The attribute `derive_A` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642 )
2
2
--> $DIR/derive-still-gated.rs:18:3
3
3
|
4
- LL | #[derive_A] //~ ERROR: attributes of the form `#[derive_*]` are reserved for the compiler
4
+ LL | #[derive_A] //~ ERROR attribute `derive_A` is currently unknown
5
5
| ^^^^^^^^
6
6
|
7
- = help: add #![feature(custom_derive )] to the crate attributes to enable
7
+ = help: add #![feature(custom_attribute )] to the crate attributes to enable
8
8
9
9
error: aborting due to previous error
10
10
You can’t perform that action at this time.
0 commit comments