blob: be2df8c85e1afba96520b64d76497120fd4d0b83 [file] [log] [blame]
error[E0277]: the trait bound `dyn Foo: CastTo<[i32]>` is not satisfied
--> $DIR/issue-71659.rs:30:15
|
LL | let x = x.cast::<[i32]>();
| ^^^^ the trait `CastTo<[i32]>` is not implemented for `dyn Foo`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0277`.