summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/dont-print-desugared-async.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/dont-print-desugared-async.stderr')
-rw-r--r--tests/ui/async-await/dont-print-desugared-async.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/dont-print-desugared-async.stderr b/tests/ui/async-await/dont-print-desugared-async.stderr
index d80467c7f..1dade23f6 100644
--- a/tests/ui/async-await/dont-print-desugared-async.stderr
+++ b/tests/ui/async-await/dont-print-desugared-async.stderr
@@ -4,6 +4,6 @@ error[E0596]: cannot borrow data in a `&` reference as mutable
LL | async fn async_fn(&ref mut s: &[i32]) {}
| ^^^^^^^^^ cannot borrow as mutable through `&` reference
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0596`.