about summary refs log tree commit diff
path: root/src/test/compile-fail/ext-nonexistent.rs
blob: 9a7591ab7cebdd7830320b4f9f30ca643e030d85 (plain)
1
2
3
4
// error-pattern:unknown syntax expander
fn main() {
  #iamnotanextensionthatexists("");
}