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

3 lines
81 B
Rust
Raw Normal View History

2011-08-05 13:06:11 -07:00
// error-pattern:macro undefined
2012-08-22 17:24:52 -07:00
fn main() { iamnotanextensionthatexists!(""); }