// normalize-stderr-test: "long-type-\d+" -> "long-type-hash" trait Foo {} struct Bar(T); impl Foo for T where Bar: Foo {} //~ ERROR E0275 fn main() { }