]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-41880.stderr
elision of generic argument in E0599 if the methode has not been found anywhere and...
[rust.git] / src / test / ui / issues / issue-41880.stderr
index 09d5594f73f06bd360f1eea195d23d3317cc1794..f9d11c47687b9c779862339029bb207db906b691 100644 (file)
@@ -1,4 +1,4 @@
-error[E0599]: no method named `iter` found for struct `Iterate<{integer}, [closure@$DIR/issue-41880.rs:26:24: 26:31]>` in the current scope
+error[E0599]: no method named `iter` found for struct `Iterate<_, _>` in the current scope
   --> $DIR/issue-41880.rs:27:24
    |
 LL | pub struct Iterate<T, F> {