mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 06:53:42 +00:00
4 lines
124 B
Rust
4 lines
124 B
Rust
fn main() {
|
|
let _ = [0; (&0 as *const i32) as usize]; //~ ERROR pointers cannot be cast to integers during const eval
|
|
}
|