]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/associated-inherent-types/issue-109071.no_gate.stderr
New upstream version 1.75.0+dfsg1
[rustc.git] / tests / ui / associated-inherent-types / issue-109071.no_gate.stderr
index 6f206f2b89c794882b86310c7f1154688ce0df80..866a53f57fc23d5758a3f7aae2d5fdf8c25002f3 100644 (file)
@@ -33,7 +33,7 @@ error[E0223]: ambiguous associated type
   --> $DIR/issue-109071.rs:15:22
    |
 LL |     fn T() -> Option<Self::Item> {}
-   |                      ^^^^^^^^^^ help: use the fully-qualified path: `<Windows<T> as IntoIterator>::Item`
+   |                      ^^^^^^^^^^ help: use fully-qualified syntax: `<Windows<T> as IntoIterator>::Item`
 
 error: aborting due to 4 previous errors