]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/duplicated-attributes.stderr
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / ui / attributes / duplicated-attributes.stderr
1 warning: duplicated attribute
2   --> $DIR/duplicated-attributes.rs:12:1
3    |
4 LL | #[test]
5    | ^^^^^^^
6    |
7    = note: `#[warn(duplicate_macro_attributes)]` on by default
8
9 warning: duplicated attribute
10   --> $DIR/duplicated-attributes.rs:29:1
11    |
12 LL | #[bench]
13    | ^^^^^^^^
14
15 warning: duplicated attribute
16   --> $DIR/duplicated-attributes.rs:34:1
17    |
18 LL | #[cfg_eval]
19    | ^^^^^^^^^^^
20
21 warning: 3 warnings emitted
22