summaryrefslogtreecommitdiffstats
path: root/src/test/ui/cast/issue-17444.stderr
blob: 1097079dfc1d1c3a13dfa858265fe0bc889644d7 (plain)
1
2
3
4
5
6
7
8
9
error[E0606]: casting `Test` as `*const isize` is invalid
  --> $DIR/issue-17444.rs:6:14
   |
LL |     let _x = Test::Foo as *const isize;
   |              ^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

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