]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-types/associated-types-issue-17359.stderr
feat(rustdoc): open sidebar menu when links inside it are focused
[rust.git] / src / test / 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`.