summaryrefslogtreecommitdiffstats
path: root/tests/ui/closures/closure-move-sync.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/closures/closure-move-sync.stderr')
-rw-r--r--tests/ui/closures/closure-move-sync.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/closures/closure-move-sync.stderr b/tests/ui/closures/closure-move-sync.stderr
index aee903ac9..2bb26b0c0 100644
--- a/tests/ui/closures/closure-move-sync.stderr
+++ b/tests/ui/closures/closure-move-sync.stderr
@@ -20,6 +20,6 @@ LL | let t = thread::spawn(|| {
note: required by a bound in `spawn`
--> $SRC_DIR/std/src/thread/mod.rs:LL:COL
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.