summaryrefslogtreecommitdiffstats
path: root/tests/ui/mut/mutable-class-fields-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/mut/mutable-class-fields-2.stderr')
-rw-r--r--tests/ui/mut/mutable-class-fields-2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/mut/mutable-class-fields-2.stderr b/tests/ui/mut/mutable-class-fields-2.stderr
index c53c6ea30..eb0c54f88 100644
--- a/tests/ui/mut/mutable-class-fields-2.stderr
+++ b/tests/ui/mut/mutable-class-fields-2.stderr
@@ -9,6 +9,6 @@ help: consider changing this to be a mutable reference
LL | pub fn eat(&mut self) {
| ~~~~~~~~~
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0594`.