summary refs log tree commit diff
path: root/src/test/run-fail/unimplemented-macro-panic.rs
blob: 4d9cb740fc60953f37ccc8cb72cb59405402a7b8 (plain)
1
2
3
4
// error-pattern:not implemented
fn main() {
    unimplemented!()
}