error[E0308]: mismatched types --> $DIR/trait-bounds-cant-coerce.rs:13:7 | LL | a(x); | ^ expected trait `Foo + Send`, found trait `Foo` | = note: expected struct `Box<(dyn Foo + Send + 'static)>` found struct `Box<(dyn Foo + 'static)>` error: aborting due to previous error For more information about this error, try `rustc --explain E0308`.