/src/test/compile-fail/ext-nonexistent.rs
http://github.com/jruderman/rust · Rust · 2 lines · 1 code · 0 blank · 1 comment · 0 complexity · e37ada89d87eac4a54d885e575a95610 MD5 · raw file
- // error-pattern:macro undefined
- fn main() { iamnotanextensionthatexists!{""}; }