error[E0191]: the value of the associated type `Assoc` in `Sup` must be specified --> $DIR/require-assoc-for-all-super-substs.rs:13:17 | LL | type Assoc: Default; | ------------------- `Assoc` defined here ... LL | let q: as Sup>::Assoc = Default::default(); | ^^^^^^^^^^^^^ help: specify the associated type: `Dyn` error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0191`.