mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 13:57:24 +00:00
23 lines
416 B
Plaintext
23 lines
416 B
Plaintext
warning: duplicated attribute
|
|
--> $DIR/duplicated-attributes.rs:12:1
|
|
|
|
|
LL | #[test]
|
|
| ^^^^^^^
|
|
|
|
|
= note: `#[warn(duplicate_macro_attributes)]` on by default
|
|
|
|
warning: duplicated attribute
|
|
--> $DIR/duplicated-attributes.rs:29:1
|
|
|
|
|
LL | #[bench]
|
|
| ^^^^^^^^
|
|
|
|
warning: duplicated attribute
|
|
--> $DIR/duplicated-attributes.rs:34:1
|
|
|
|
|
LL | #[cfg_eval]
|
|
| ^^^^^^^^^^^
|
|
|
|
warning: 3 warnings emitted
|
|
|