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

2 lines
80 B
Rust
Raw Normal View History

2011-08-05 15:06:11 -05:00
// error-pattern:macro undefined
2011-07-27 07:19:39 -05:00
fn main() { #iamnotanextensionthatexists(""); }