summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/renamed-lints-still-apply.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lint/renamed-lints-still-apply.stderr')
-rw-r--r--tests/ui/lint/renamed-lints-still-apply.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/lint/renamed-lints-still-apply.stderr b/tests/ui/lint/renamed-lints-still-apply.stderr
index e926719bb..9eaf71129 100644
--- a/tests/ui/lint/renamed-lints-still-apply.stderr
+++ b/tests/ui/lint/renamed-lints-still-apply.stderr
@@ -25,5 +25,5 @@ LL - fn _foo<'a>(_x: &'a u32) {}
LL + fn _foo(_x: &u32) {}
|
-error: aborting due to previous error; 1 warning emitted
+error: aborting due to 1 previous error; 1 warning emitted