Files
rust/tests/ui/ext-nonexistent.rs

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