blob: c553582b390775f8ee120b038205a6c00d0beaeb [file]
error[E0599]: no associated item named `Item` found for type parameter `T` in the current scope
--> $DIR/associated-type-as-value.rs:4:8
|
LL | fn foo<T: Iterator>() {
| - associated item `Item` not found for this type parameter
LL | T::Item;
| ^^^^ associated item not found in `T`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0599`.