blob: 28771e01813ae87c636e4cf9a45c94ff08f73dc5 [file] [log] [blame]
error[E0277]: the trait bound `dyn Send: Trait` is not satisfied
--> $DIR/unsized_coercion3.rs:13:17
|
LL | let x = hello();
| ^^^^^^^ the trait `Trait` is not implemented for `dyn Send`
|
= help: the trait `Trait` is implemented for `u32`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.