summaryrefslogtreecommitdiffstats
path: root/tests/ui/main-wrong-location.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/main-wrong-location.stderr')
-rw-r--r--tests/ui/main-wrong-location.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/main-wrong-location.stderr b/tests/ui/main-wrong-location.stderr
index 3d64b0a67..9486a9405 100644
--- a/tests/ui/main-wrong-location.stderr
+++ b/tests/ui/main-wrong-location.stderr
@@ -12,6 +12,6 @@ LL | fn main() { }
= note: you have one or more functions named `main` not defined at the crate level
= help: consider moving the `main` function definitions
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0601`.