blob: 1097079dfc1d1c3a13dfa858265fe0bc889644d7 [file] [log] [blame]
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`.