summaryrefslogtreecommitdiffstats
path: root/tests/ui/dyn-star/dyn-to-rigid.stderr
blob: b198c5245dea0278c0236d1122a57627d5b29558 (plain)
1
2
3
4
5
6
7
8
9
error[E0606]: casting `(dyn* Tr + 'static)` as `usize` is invalid
  --> $DIR/dyn-to-rigid.rs:7:5
   |
LL |     x as usize
   |     ^^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0606`.