File: unknown-attribute.stderr

package info (click to toggle)
rust-derivative 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 724 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (3)
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"))]
   |                    ^^^^^^^^^^^^^^