File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11// edition:2015
2+ // force-host
23// no-prefer-dynamic
34
45#![ 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 )
22 --> $DIR/derive-still-gated.rs:18:3
33 |
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
55 | ^^^^^^^^
66 |
7- = help: add #![feature(custom_derive )] to the crate attributes to enable
7+ = help: add #![feature(custom_attribute )] to the crate attributes to enable
88
99error: aborting due to previous error
1010
You can’t perform that action at this time.
0 commit comments