summaryrefslogtreecommitdiffstats
path: root/tests/ui/borrowck/borrowck-union-move-assign.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/borrowck/borrowck-union-move-assign.stderr')
-rw-r--r--tests/ui/borrowck/borrowck-union-move-assign.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/borrowck/borrowck-union-move-assign.stderr b/tests/ui/borrowck/borrowck-union-move-assign.stderr
index af6f6fac4..8c0239a3a 100644
--- a/tests/ui/borrowck/borrowck-union-move-assign.stderr
+++ b/tests/ui/borrowck/borrowck-union-move-assign.stderr
@@ -8,6 +8,6 @@ LL | let a = u.a;
LL | let a = u.a;
| ^^^ value used here after move
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0382`.