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

3 lines
81 B
Rust
Raw Normal View History

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