warning: opaque type `Traitable` does not satisfy its associated type bounds --> $DIR/nested-return-type3-tait3.rs:17:29 | LL | type Assoc: Duh; | --- this associated type bound is unsatisfied for `impl Send` ... LL | type Traitable = impl Trait; | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(opaque_hidden_inferred_bound)]` on by default help: add this bound | LL | type Traitable = impl Trait; | +++++ warning: 1 warning emitted