// Test sized-ness checking in substitution in impls. // impl - struct struct S5(Y); impl S5 { //~^ ERROR the size for values of type } fn main() { }