about summary refs log tree commit diff
path: root/tests/ui/cast/issue-17444.stderr
blob: 0d4f6f194318e14fef51a0055d24e4f9214dbca7 (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 1 previous error

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