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
121 B
Rust
Raw Normal View History

2012-08-22 17:24:52 -07:00
fn main() { iamnotanextensionthatexists!(""); }
//~^ ERROR cannot find macro `iamnotanextensionthatexists` in this scope