Files
rust/tests/ui/eii/static/multiple_impls.stderr
2026-04-11 10:17:44 +02:00

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