summaryrefslogtreecommitdiffstats
path: root/tests/ui/coercion/coerce-mut.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coercion/coerce-mut.stderr')
-rw-r--r--tests/ui/coercion/coerce-mut.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coercion/coerce-mut.stderr b/tests/ui/coercion/coerce-mut.stderr
index 11a4f3101..9bbfcc29e 100644
--- a/tests/ui/coercion/coerce-mut.stderr
+++ b/tests/ui/coercion/coerce-mut.stderr
@@ -14,6 +14,6 @@ note: function defined here
LL | fn f(x: &mut i32) {}
| ^ -----------
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.