derivative 2.2.0

A set of alternative `derive` attributes for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
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"))]
   |                    ^^^^^^^^^^^^^^