diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/capture1.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/capture1.stderr b/tests/ui/capture1.stderr index ad8434709..067b85ba6 100644 --- a/tests/ui/capture1.stderr +++ b/tests/ui/capture1.stderr @@ -6,6 +6,6 @@ LL | fn foo() -> isize { return bar; } | = help: use the `|| { ... }` closure form instead -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0434`. |