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