blob: 7327fb5678216316483f5e49b971b49c2f8a0b60 (
plain)
1
2
3
4
|
#![feature(decl_macro)]
pub macro hello() [ "Hello" ]
// { dg-error "only braces can be used for a macro transcriber in declarative macro definition" "" { target *-*-* } .-1 }
// { dg-error "failed to parse item in crate" }
|