about summary refs log tree commit diff
path: root/tests/ui/mut/mutable-class-fields.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/mut/mutable-class-fields.stderr')
-rw-r--r--tests/ui/mut/mutable-class-fields.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/mut/mutable-class-fields.stderr b/tests/ui/mut/mutable-class-fields.stderr
index 1d731be8a85..e57cce62ee4 100644
--- a/tests/ui/mut/mutable-class-fields.stderr
+++ b/tests/ui/mut/mutable-class-fields.stderr
@@ -9,6 +9,6 @@ help: consider changing this to be mutable
 LL |   let mut nyan : Cat = cat(52, 99);
    |       +++
 
-error: aborting due to previous error
+error: aborting due to 1 previous error
 
 For more information about this error, try `rustc --explain E0594`.