summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/nested-return-type2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-trait/nested-return-type2.stderr')
-rw-r--r--tests/ui/impl-trait/nested-return-type2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/impl-trait/nested-return-type2.stderr b/tests/ui/impl-trait/nested-return-type2.stderr
index 3aed05ca1..09ad3bd05 100644
--- a/tests/ui/impl-trait/nested-return-type2.stderr
+++ b/tests/ui/impl-trait/nested-return-type2.stderr
@@ -1,5 +1,5 @@
warning: opaque type `impl Trait<Assoc = impl Send>` does not satisfy its associated type bounds
- --> $DIR/nested-return-type2.rs:25:24
+ --> $DIR/nested-return-type2.rs:28:24
|
LL | type Assoc: Duh;
| --- this associated type bound is unsatisfied for `impl Send`