]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/closure-expected-type/expect-two-infer-vars-supply-ty-with-bound-region.stderr
Rollup merge of #105758 - Nilstrieb:typeck-results-mod, r=compiler-errors
[rust.git] / src / test / ui / closure-expected-type / expect-two-infer-vars-supply-ty-with-bound-region.stderr
index d5432755cfed3fd2981c31270e6effbfacd50fec..7a04ed7381e66d198123edeacbee33379f1eb7dc 100644 (file)
@@ -6,8 +6,8 @@ LL |     with_closure(|x: u32, y| {});
    |
 help: consider giving this closure parameter an explicit type
    |
-LL |     with_closure(|x: u32, y: _| {});
-   |                            +++
+LL |     with_closure(|x: u32, y: /* Type */| {});
+   |                            ++++++++++++
 
 error: aborting due to previous error