summary refs log tree commit diff
path: root/src/test/ui/feature-gate-custom_derive.stderr
blob: e806c808631197e9509b9a4b8c2397e2b6880607 (plain)
1
2
3
4
5
6
7
8
9
10
error: attributes of the form `#[derive_*]` are reserved for the compiler (see issue #29644)
  --> $DIR/feature-gate-custom_derive.rs:11:1
   |
11 | #[derive_Clone]
   | ^^^^^^^^^^^^^^^
   |
   = help: add #![feature(custom_derive)] to the crate attributes to enable

error: aborting due to previous error