struct Foo; impl Foo { //~ ERROR E0207 fn get(&self) -> T { ::default() } } fn main() { }