summaryrefslogtreecommitdiffstats
path: root/tests/ui/tuple/wrong_argument_ice.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/tuple/wrong_argument_ice.stderr')
-rw-r--r--tests/ui/tuple/wrong_argument_ice.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/tuple/wrong_argument_ice.stderr b/tests/ui/tuple/wrong_argument_ice.stderr
index f1b00ae0b..213ca8f88 100644
--- a/tests/ui/tuple/wrong_argument_ice.stderr
+++ b/tests/ui/tuple/wrong_argument_ice.stderr
@@ -4,7 +4,7 @@ error[E0061]: method takes 1 argument but 2 arguments were supplied
LL | self.acc.push_back(self.current_provides, self.current_requires);
| ^^^^^^^^^
|
-note: associated function defined here
+note: method defined here
--> $SRC_DIR/alloc/src/collections/vec_deque/mod.rs:LL:COL
help: wrap these arguments in parentheses to construct a tuple
|