]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/unreachable.rs
Auto merge of #105363 - WaffleLapkin:thin2win_box_next_argument, r=nnethercote
[rust.git] / src / tools / miri / tests / fail / unreachable.rs
1 fn main() {
2     unsafe { std::hint::unreachable_unchecked() } //~ERROR: entering unreachable code
3 }