error[E0107]: missing generics for struct `HandshakeCallback` --> $DIR/ambiguity-in-dropck-err-reporting.rs:9:25 | LL | impl Role for HandshakeCallback { | ^^^^^^^^^^^^^^^^^ expected 1 generic argument | note: struct defined here, with 1 generic parameter: `C` --> $DIR/ambiguity-in-dropck-err-reporting.rs:8:8 | LL | struct HandshakeCallback(C); | ^^^^^^^^^^^^^^^^^ - help: add missing generic argument | LL | impl Role for HandshakeCallback { | +++ error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0107`.