summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-type-bounds/issue-104916.stderr
blob: 35435962ffe9d8953f1d9b17b05798596f2c3b22 (plain)
1
2
3
4
5
6
7
8
error: associated type bounds are only allowed in where clauses and function signatures, not in bounds
  --> $DIR/issue-104916.rs:9:19
   |
LL |     dyn for<'j> B<AssocType: 'j>:,
   |                   ^^^^^^^^^^^^^

error: aborting due to previous error