// aux-build:extern-issue-98562.rs extern crate extern_issue_98562; use extern_issue_98562::TraitA; struct X; impl TraitA for X { //~^ ERROR not all trait items implemented } //~^ HELP implement the missing item: `fn baz + TraitD, V: TraitD>(_: U, _: V) -> Self where U: TraitE, U: TraitB, ::Item: Copy { todo!() }` fn main() {}