rust/tests/ui/macros/unimplemented-macro-panic.rs

8 lines
104 B
Rust

//@ run-fail
//@ error-pattern:not implemented
//@ needs-subprocess
fn main() {
unimplemented!()
}