rust/src/test/compile-fail/ext-nonexistent.rs
2012-07-30 18:38:15 -07:00

3 lines
81 B
Rust

// error-pattern:macro undefined
fn main() { iamnotanextensionthatexists!{""}; }