summaryrefslogtreecommitdiffstats
path: root/tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.stderr')
-rw-r--r--tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.stderr b/tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.stderr
index 381bb0c08..49453b053 100644
--- a/tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.stderr
+++ b/tests/ui/closures/print/closure-print-generic-trim-off-verbose-2.stderr
@@ -9,7 +9,7 @@ LL | let c1 : () = c;
| expected due to this
|
= note: expected unit type `()`
- found closure `[mod1::f<T>::{closure#0} closure_substs=(unavailable) substs=[T, ?16t, extern "rust-call" fn(()), ?15t]]`
+ found closure `[mod1::f<T>::{closure#0} closure_args=(unavailable) args=[T, ?16t, extern "rust-call" fn(()), ?15t]]`
help: use parentheses to call this closure
|
LL | let c1 : () = c();