about summary refs log tree commit diff
path: root/tests/ui/impl-trait/unsized_coercion3.next.stderr
blob: 28771e01813ae87c636e4cf9a45c94ff08f73dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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`.