summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/no-move-across-await-struct.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/no-move-across-await-struct.stderr')
-rw-r--r--tests/ui/async-await/no-move-across-await-struct.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/no-move-across-await-struct.stderr b/tests/ui/async-await/no-move-across-await-struct.stderr
index 4eaed1cf1..ddc9bde59 100644
--- a/tests/ui/async-await/no-move-across-await-struct.stderr
+++ b/tests/ui/async-await/no-move-across-await-struct.stderr
@@ -8,6 +8,6 @@ LL | s.x
|
= note: move occurs because `s.x` has type `Vec<usize>`, which does not implement the `Copy` trait
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0382`.