summaryrefslogtreecommitdiffstats
path: root/tests/ui/specialization/min_specialization/spec-marker-supertraits.stderr
blob: 42c0de85e52f08c4c0a7745b0cdd9f36b10c317e (plain)
1
2
3
4
5
6
7
8
error: cannot specialize on trait `HasMethod`
  --> $DIR/spec-marker-supertraits.rs:22:9
   |
LL | impl<T: Marker> Spec for T {
   |         ^^^^^^

error: aborting due to 1 previous error