mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-06 05:54:55 +00:00
7 lines
122 B
Rust
7 lines
122 B
Rust
fn main() {
|
|
unsafe //{
|
|
std::mem::transmute::<f32, u32>(1.0);
|
|
//}
|
|
}
|
|
//~^^^ ERROR expected `{`, found `std`
|