mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
error: static cannot implement multiple EIIs
|
|
--> $DIR/multiple_impls.rs:14:1
|
|
|
|
|
LL | #[b]
|
|
| ^^^^
|
|
|
|
|
= note: this is not allowed because multiple externally implementable statics that alias may be unintuitive
|
|
|
|
error: aborting due to 1 previous error
|
|
|