rust/tests/ui/ext-nonexistent.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
83 B
Rust
Raw Normal View History

// error-pattern:cannot find macro
2012-08-23 08:24:52 +08:00
fn main() { iamnotanextensionthatexists!(""); }