]> git.proxmox.com Git - rustc.git/blob - src/test/ui/consts/const-eval/issue-52442.rs
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / consts / const-eval / issue-52442.rs
1 fn main() {
2 [(); { &loop { break } as *const _ as usize } ]; //~ ERROR unimplemented expression type
3 //~^ ERROR it is undefined behavior to use this value
4 }