blob: 3d28f1936b47fd4d1de50df3d256b7cfab873641 [file] [log] [blame]
fn foo<T: Iterator>() {
T::Item; //~ ERROR no associated item named `Item` found
}
fn main() { }