blob: 0d4f6f194318e14fef51a0055d24e4f9214dbca7 [file] [log] [blame] [edit]
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 1 previous error
For more information about this error, try `rustc --explain E0606`.