about summary refs log tree commit diff
path: root/tests/ui/associated-types/associated-types-issue-17359.stderr
blob: f5397b8ecdc934e10a8fb59318c0f62facc7d2a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0046]: not all trait items implemented, missing: `Type`
  --> $DIR/associated-types-issue-17359.rs:8:1
   |
LL |     type Type;
   |     --------- `Type` from trait
...
LL | impl Trait for isize {}
   | ^^^^^^^^^^^^^^^^^^^^ missing `Type` in implementation

error: aborting due to 1 previous error

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