rust/src/test/compile-fail/ext-nonexistent.rs

3 lines
81 B
Rust
Raw Normal View History

2011-08-05 15:06:11 -05:00
// error-pattern:macro undefined
fn main() { iamnotanextensionthatexists!{""}; }