summary refs log tree commit diff
path: root/src/test/compile-fail/ext-nonexistent.rs
blob: 9b0bd51071b423a6a3576d69a541c974b33507a5 (plain)
1
2
// error-pattern:macro undefined
fn main() { iamnotanextensionthatexists!(""); }