about summary refs log tree commit diff
path: root/tests/ui/ufcs/bad-builder.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/ufcs/bad-builder.stderr')
-rw-r--r--tests/ui/ufcs/bad-builder.stderr5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/ui/ufcs/bad-builder.stderr b/tests/ui/ufcs/bad-builder.stderr
index e466f94d0d8..a3528cb1e7d 100644
--- a/tests/ui/ufcs/bad-builder.stderr
+++ b/tests/ui/ufcs/bad-builder.stderr
@@ -13,8 +13,9 @@ note: if you're trying to build a new `Vec<Q>` consider using one of the followi
   --> $SRC_DIR/alloc/src/vec/mod.rs:LL:COL
 help: there is an associated function `new` with a similar name
    |
-LL |     Vec::<Q>::new()
-   |               ~~~
+LL -     Vec::<Q>::mew()
+LL +     Vec::<Q>::new()
+   |
 
 error: aborting due to 1 previous error