]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/unimplemented-macro-panic.rs
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / src / test / ui / macros / unimplemented-macro-panic.rs
1 // run-fail
2 // error-pattern:not implemented
3 // ignore-emscripten no processes
4
5 fn main() {
6     unimplemented!()
7 }