]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/duplicated-attributes.stderr
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / 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