summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/ct-var-in-collect_all_mismatches.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/ct-var-in-collect_all_mismatches.stderr')
-rw-r--r--tests/ui/consts/ct-var-in-collect_all_mismatches.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/ct-var-in-collect_all_mismatches.stderr b/tests/ui/consts/ct-var-in-collect_all_mismatches.stderr
index 43fba2573..fa20077da 100644
--- a/tests/ui/consts/ct-var-in-collect_all_mismatches.stderr
+++ b/tests/ui/consts/ct-var-in-collect_all_mismatches.stderr
@@ -8,7 +8,7 @@ note: required by a bound in `Foo::<T, N>::unsatisfied`
--> $DIR/ct-var-in-collect_all_mismatches.rs:15:12
|
LL | fn unsatisfied(self)
- | ----------- required by a bound in this
+ | ----------- required by a bound in this associated function
LL | where
LL | T: Bar<N>,
| ^^^^^^ required by this bound in `Foo::<T, N>::unsatisfied`