summaryrefslogtreecommitdiffstats
path: root/tests/ui/closure-expected-type/expect-two-infer-vars-supply-ty-with-bound-region.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/closure-expected-type/expect-two-infer-vars-supply-ty-with-bound-region.stderr (renamed from src/test/ui/closure-expected-type/expect-two-infer-vars-supply-ty-with-bound-region.stderr)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/closure-expected-type/expect-two-infer-vars-supply-ty-with-bound-region.stderr b/tests/ui/closure-expected-type/expect-two-infer-vars-supply-ty-with-bound-region.stderr
index d5432755c..7a04ed738 100644
--- a/src/test/ui/closure-expected-type/expect-two-infer-vars-supply-ty-with-bound-region.stderr
+++ b/tests/ui/closure-expected-type/expect-two-infer-vars-supply-ty-with-bound-region.stderr
@@ -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