rust/tests/ui/specialization/min_specialization/specialization_marker.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
384 B
Plaintext
Raw Normal View History

error[E0714]: marker traits cannot have associated items
--> $DIR/specialization_marker.rs:7:5
|
LL | fn f();
| ^^^^^^^
error[E0714]: marker traits cannot have associated items
--> $DIR/specialization_marker.rs:13:5
|
LL | type X;
2022-02-13 09:27:59 -06:00
| ^^^^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0714`.