1 2 3 4 5 6
//! Test error handling for undefined macro calls fn main() { iamnotanextensionthatexists!(""); //~^ ERROR cannot find macro `iamnotanextensionthatexists` in this scope }