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