summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-types/associated-types-issue-17359.stderr
blob: 9e40d8095862b3421f1bb1f3958ef9fc251de591 (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 previous error

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