]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/unreachable.rs
Rollup merge of #106973 - oli-obk:tait_ice_closure_in_impl_header, r=lcnr
[rust.git] / tests / ui / macros / unreachable.rs
1 // run-fail
2 // error-pattern:internal error: entered unreachable code
3 // ignore-emscripten no processes
4
5 fn main() {
6     unreachable!()
7 }