blob: 7d9870c72d4817b35d3746021225437b38b2c94e [file] [log] [blame]
error: associated type bounds are not allowed in `dyn` types
--> $DIR/bad-universal-in-dyn-in-where-clause.rs:9:19
|
LL | dyn for<'j> B<AssocType: 'j>:,
| ^^^^^^^^^^^^^
error: aborting due to 1 previous error