We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8848c38 commit 2bade81Copy full SHA for 2bade81
src/test/compile-fail/issue-38919.rs
@@ -9,7 +9,7 @@
9
// except according to those terms.
10
11
fn foo<T: Iterator>() {
12
- T::Item; //~ ERROR no associated item named `Item` found for type `T`
+ T::Item; //~ ERROR no associated item named `Item` found for type `T` in the current scope
13
}
14
15
fn main() { }
0 commit comments