summaryrefslogtreecommitdiffstats
path: root/tests/ui/specialization/min_specialization/specialize_on_type_error.stderr
blob: 1686f6f0cd67b8236a01134100eebf9892442727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0046]: not all trait items implemented, missing: `Assoc`
  --> $DIR/specialize_on_type_error.rs:14:1
   |
LL |     type Assoc: Y;
   |     ------------- `Assoc` from trait
...
LL | impl<T: X> Z for A<T> {}
   | ^^^^^^^^^^^^^^^^^^^^^ missing `Assoc` in implementation

error: aborting due to 1 previous error

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