]> git.lizzy.rs Git - rust.git/blob - src/test/ui/derives/deriving-meta-empty-trait-list.stderr
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
[rust.git] / src / test / ui / derives / deriving-meta-empty-trait-list.stderr
1 error: unused attribute
2   --> $DIR/deriving-meta-empty-trait-list.rs:3:1
3    |
4 LL | #[derive()]
5    | ^^^^^^^^^^^
6    |
7 note: lint level defined here
8   --> $DIR/deriving-meta-empty-trait-list.rs:1:9
9    |
10 LL | #![deny(unused)]
11    |         ^^^^^^
12    = note: `#[deny(unused_attributes)]` implied by `#[deny(unused)]`
13
14 error: aborting due to previous error
15