]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-custom_derive.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / feature-gates / feature-gate-custom_derive.stderr
1 error[E0658]: attributes of the form `#[derive_*]` are reserved for the compiler (see issue #29644)
2   --> $DIR/feature-gate-custom_derive.rs:11:3
3    |
4 LL | #[derive_Clone]
5    |   ^^^^^^^^^^^^
6    |
7    = help: add #![feature(custom_derive)] to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.