#![allow(unused)] fn avg(_: T) {} //~^ ERROR defaults for type parameters are only allowed //~| WARN this was previously accepted struct S(T); impl S {} //~^ ERROR defaults for type parameters are only allowed //~| WARN this was previously accepted fn main() {}