]> git.lizzy.rs Git - rust.git/blob - tests/ui/associated-types/associated-types-issue-17359.stderr
Auto merge of #106399 - estebank:type-err-span-label, r=nagisa
[rust.git] / tests / ui / associated-types / associated-types-issue-17359.stderr
1 error[E0046]: not all trait items implemented, missing: `Type`
2   --> $DIR/associated-types-issue-17359.rs:8:1
3    |
4 LL |     type Type;
5    |     --------- `Type` from trait
6 ...
7 LL | impl Trait for isize {}
8    | ^^^^^^^^^^^^^^^^^^^^ missing `Type` in implementation
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0046`.