]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/derive-still-gated.stderr
Rollup merge of #61273 - RalfJung:maybe-uninit, r=Centril
[rust.git] / src / test / ui / proc-macro / derive-still-gated.stderr
1 error[E0658]: The attribute `derive_Empty` is currently unknown to the compiler and may have meaning added to it in the future
2   --> $DIR/derive-still-gated.rs:6:3
3    |
4 LL | #[derive_Empty]
5    |   ^^^^^^^^^^^^
6    |
7    = note: for more information, see https://github.com/rust-lang/rust/issues/29642
8    = help: add #![feature(custom_attribute)] to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.