]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/unreachable.rs
Auto merge of #100865 - compiler-errors:parent-substs-still, r=cjgillot
[rust.git] / src / tools / miri / tests / fail / unreachable.rs
1 fn main() {
2     unsafe { std::hint::unreachable_unchecked() } //~ERROR: entering unreachable code
3 }