diff options
Diffstat (limited to 'tests/ui/closures/print/closure-print-generic-1.stderr')
-rw-r--r-- | tests/ui/closures/print/closure-print-generic-1.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/closures/print/closure-print-generic-1.stderr b/tests/ui/closures/print/closure-print-generic-1.stderr index 2697f93b1..41cad279f 100644 --- a/tests/ui/closures/print/closure-print-generic-1.stderr +++ b/tests/ui/closures/print/closure-print-generic-1.stderr @@ -15,6 +15,6 @@ note: this value implements `FnOnce`, which causes it to be moved when called LL | c(); | ^ -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0382`. |