fn foo() { T::Item; //~ ERROR no associated item named `Item` found for type `T` in the current scope } fn main() { }