]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/unreachable-static-msg.rs
Rollup merge of #106854 - steffahn:drop_linear_arc_rebased, r=Mark-Simulacrum
[rust.git] / tests / ui / macros / unreachable-static-msg.rs
1 // run-fail
2 // error-pattern:internal error: entered unreachable code: uhoh
3 // ignore-emscripten no processes
4
5 fn main() {
6     unreachable!("uhoh")
7 }