about summary refs log tree commit diff
path: root/src/test/ui/methods/method-missing-call.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/methods/method-missing-call.stderr')
-rw-r--r--src/test/ui/methods/method-missing-call.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/methods/method-missing-call.stderr b/src/test/ui/methods/method-missing-call.stderr
index fe44d3a29da..3ab5f66a0c3 100644
--- a/src/test/ui/methods/method-missing-call.stderr
+++ b/src/test/ui/methods/method-missing-call.stderr
@@ -1,8 +1,8 @@
 error[E0615]: attempted to take value of method `get_x` on type `Point`
   --> $DIR/method-missing-call.rs:22:26
    |
-LL | ...             .get_x;
-   |                  ^^^^^ help: use parentheses to call the method: `get_x()`
+LL |                         .get_x;
+   |                          ^^^^^ help: use parentheses to call the method: `get_x()`
 
 error[E0615]: attempted to take value of method `filter_map` on type `std::iter::Filter<std::iter::Map<std::slice::Iter<'_, {integer}>, [closure@$DIR/method-missing-call.rs:27:20: 27:25]>, [closure@$DIR/method-missing-call.rs:28:23: 28:35]>`
   --> $DIR/method-missing-call.rs:29:16