]> git.proxmox.com Git - rustc.git/blob - src/test/ui/unsafe/unsafe-block-without-braces.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / unsafe / unsafe-block-without-braces.rs
1 fn main() {
2 unsafe //{
3 std::mem::transmute::<f32, u32>(1.0);
4 //}
5 }
6 //~^^^ ERROR expected `{`, found `std`