mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
15 lines
253 B
Plaintext
15 lines
253 B
Plaintext
error: `#[eii]` can only be specified once
|
|
--> $DIR/multiple_decls.rs:5:1
|
|
|
|
|
LL | #[eii(b)]
|
|
| ^^^^^^^^^
|
|
|
|
|
note: specified again here
|
|
--> $DIR/multiple_decls.rs:4:1
|
|
|
|
|
LL | #[eii(a)]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|