]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/unimplemented-macro-panic.rs
Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree
[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 }