]> git.lizzy.rs Git - rust.git/blob - src/test/run-fail/unimplemented-macro-panic.rs
Use better bound names in `-Zverbose` mode
[rust.git] / src / test / run-fail / unimplemented-macro-panic.rs
1 // error-pattern:not implemented
2 fn main() {
3     unimplemented!()
4 }