blob: 8ba8194bdedf021b433dd037446fad46e9a4d893 [file] [log] [blame]
error[E0046]: not all trait items implemented, missing: `Type`
--> $DIR/associated-types-issue-17359.rs:18:1
|
LL | type Type;
| ---------- `Type` from trait
...
LL | impl Trait for isize {} //~ ERROR missing: `Type`
| ^^^^^^^^^^^^^^^^^^^^ missing `Type` in implementation
error: aborting due to previous error
For more information about this error, try `rustc --explain E0046`.