summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/object/enforce-supertrait-projection.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/object/enforce-supertrait-projection.stderr')
-rw-r--r--tests/ui/traits/object/enforce-supertrait-projection.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/object/enforce-supertrait-projection.stderr b/tests/ui/traits/object/enforce-supertrait-projection.stderr
index cbf093866..848b4e69a 100644
--- a/tests/ui/traits/object/enforce-supertrait-projection.stderr
+++ b/tests/ui/traits/object/enforce-supertrait-projection.stderr
@@ -16,7 +16,7 @@ note: required by a bound in `foo`
--> $DIR/enforce-supertrait-projection.rs:15:8
|
LL | fn foo<A, B, T: ?Sized>(x: T::A) -> B
- | --- required by a bound in this
+ | --- required by a bound in this function
LL | where
LL | T: Trait<B = B>,
| ^^^^^^^^^^^^ required by this bound in `foo`