You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structT{i:i32}implT{fnnew() -> Self{unimplemented!()}}fnf<T>(){let t = T{i:0};// This use of `T` refers to the structlet t = T::new();// This use of `T` refers to the type parameter (and so is an error)}