rust/src/test/ui/issue-18294.stderr

10 lines
333 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
error[E0018]: raw pointers cannot be cast to integers in constants
--> $DIR/issue-18294.rs:13:22
|
LL | const Y: usize = &X as *const u32 as usize; //~ ERROR E0018
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0018`.