rust/tests/ui/macros/unimplemented-macro-panic.rs
2025-01-23 20:51:29 +08:00

8 lines
104 B
Rust

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