blob: 6475cce5aa62fd08098ac5b5a942c2d426303d86 [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 type `std::boxed::Box<(dyn Foo + std::marker::Send + 'static)>`
found type `std::boxed::Box<(dyn Foo + 'static)>`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.