summaryrefslogtreecommitdiffstats
path: root/src/test/ui/specialization/min_specialization/specialization_marker.stderr
blob: b47c14f3c9fd1569c9a418ee36a520b38402c13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
   |     ^^^^^^

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0714`.