]> git.proxmox.com Git - rustc.git/blob - src/test/ui/macros/unimplemented-macro-panic.rs
New upstream version 1.49.0+dfsg1
[rustc.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 }