about summary refs log tree commit diff
path: root/tests/ui/ufcs
diff options
context:
space:
mode:
authorTim (Theemathas) Chirananthavat <theemathas@gmail.com>2024-09-07 21:06:49 +0700
committerTim (Theemathas) Chirananthavat <theemathas@gmail.com>2024-09-07 21:06:49 +0700
commit79b87c57cbddc7ac4a6e9f7381616e77e3f443c5 (patch)
treeea7de2abc591b233f28251befe275f9dc77ea435 /tests/ui/ufcs
parent8230a90c494dcc7d8013a0a15719cc9f2f9a8263 (diff)
downloadrust-79b87c57cbddc7ac4a6e9f7381616e77e3f443c5.tar.gz
rust-79b87c57cbddc7ac4a6e9f7381616e77e3f443c5.zip
Bless tests due to new method suggestions.
Diffstat (limited to 'tests/ui/ufcs')
-rw-r--r--tests/ui/ufcs/bad-builder.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/ufcs/bad-builder.stderr b/tests/ui/ufcs/bad-builder.stderr
index 9cfeb7a5d09..e466f94d0d8 100644
--- a/tests/ui/ufcs/bad-builder.stderr
+++ b/tests/ui/ufcs/bad-builder.stderr
@@ -9,7 +9,7 @@ note: if you're trying to build a new `Vec<Q>` consider using one of the followi
       Vec::<T>::with_capacity
       Vec::<T>::try_with_capacity
       Vec::<T>::from_raw_parts
-      and 4 others
+      and 6 others
   --> $SRC_DIR/alloc/src/vec/mod.rs:LL:COL
 help: there is an associated function `new` with a similar name
    |