about summary refs log tree commit diff
path: root/tests/ui/methods/method-call-err-msg.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/methods/method-call-err-msg.stderr')
-rw-r--r--tests/ui/methods/method-call-err-msg.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/methods/method-call-err-msg.stderr b/tests/ui/methods/method-call-err-msg.stderr
index 4b312ce28a4..e33efac938a 100644
--- a/tests/ui/methods/method-call-err-msg.stderr
+++ b/tests/ui/methods/method-call-err-msg.stderr
@@ -2,7 +2,7 @@ error[E0061]: this method takes 0 arguments but 1 argument was supplied
   --> $DIR/method-call-err-msg.rs:13:7
    |
 LL |     x.zero(0)
-   |       ^^^^ - argument of type `{integer}` unexpected
+   |       ^^^^ - unexpected argument of type `{integer}`
    |
 note: associated function defined here
   --> $DIR/method-call-err-msg.rs:5:8