]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/generic-associated-types/issue-47206-where-clause.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / generic-associated-types / issue-47206-where-clause.stderr
index bc5c40ff029f9d3c8cf71e51c875a48d73675c6d..439b8ab90c9d8b8894d6d05caf6ca09ca7d7478a 100644 (file)
@@ -5,7 +5,7 @@ LL |     type Assoc3<T>;
    |     --------------- definition of `Assoc3` from trait
 ...
 LL |     type Assoc3<T> where T: Iterator = Vec<T>;
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl has extra requirement `T: std::iter::Iterator`
+   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl has extra requirement `T: Iterator`
 
 error: aborting due to previous error