]> git.lizzy.rs Git - rust.git/blob - src/test/run-fail/unimplemented-macro-panic.rs
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / run-fail / unimplemented-macro-panic.rs
1 // error-pattern:not yet implemented
2 fn main() {
3     unimplemented!()
4 }