error[E0107]: missing generics for associated type `C::DType` --> $DIR/issue-81712-cyclic-traits.rs:14:10 | LL | type DType: D; | ^^^^^ expected 1 type argument | note: associated type defined here, with 1 type parameter: `T` --> $DIR/issue-81712-cyclic-traits.rs:14:10 | LL | type DType: D; | ^^^^^ - help: use angle brackets to add missing type argument | LL | type DType: D; | ^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0107`.