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

5 lines
81 B
Rust
Raw Normal View History

2011-06-02 18:58:23 -07:00
// error-pattern:unknown macro
fn main() {
#iamnotanextensionthatexists("");
}