summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-69683.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/issues/issue-69683.stderr')
-rw-r--r--tests/ui/issues/issue-69683.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/issues/issue-69683.stderr b/tests/ui/issues/issue-69683.stderr
index 193de1a35..c428ea9ea 100644
--- a/tests/ui/issues/issue-69683.stderr
+++ b/tests/ui/issues/issue-69683.stderr
@@ -31,7 +31,7 @@ LL | u8: Element<I>,
| ^^^^^^^^^^ required by this bound in `Foo::foo`
LL | {
LL | fn foo(self, x: <u8 as Element<I>>::Array);
- | --- required by a bound in this
+ | --- required by a bound in this associated function
help: try using a fully qualified path to specify the expected types
|
LL | <u16 as Foo<I>>::foo(0u16, b);