summaryrefslogtreecommitdiffstats
path: root/tests/ui/invalid-self-argument/bare-fn.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/invalid-self-argument/bare-fn.stderr')
-rw-r--r--tests/ui/invalid-self-argument/bare-fn.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/invalid-self-argument/bare-fn.stderr b/tests/ui/invalid-self-argument/bare-fn.stderr
index ff2217b5e..7abb56602 100644
--- a/tests/ui/invalid-self-argument/bare-fn.stderr
+++ b/tests/ui/invalid-self-argument/bare-fn.stderr
@@ -4,5 +4,5 @@ error: unexpected `self` parameter in function
LL | fn b(foo: u32, &mut self) { }
| ^^^^^^^^^ must be the first parameter of an associated function
-error: aborting due to previous error
+error: aborting due to 1 previous error