blob: b68f56814678c87d261aa200742e32d040991d26 [file] [log] [blame]
struct T;
impl for T {}
//~^ ERROR missing trait in a trait impl
fn main() {}