blob: 5383a2f4a4f7c74bb56b7fa6fdc2da77bf6df289 [file] [log] [blame]
error: Unknown attribute `does_not_exist` for trait `Clone`
--> $DIR/unknown-attribute.rs:8:22
|
8 | #[derivative(Clone = "does_not_exist")]
| ^^^^^^^^^^^^^^^^
error: Unknown attribute `does_not_exist` for trait `Clone`
--> $DIR/unknown-attribute.rs:12:20
|
12 | #[derivative(Clone(does_not_exist = "true"))]
| ^^^^^^^^^^^^^^