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