aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/decl_macro6.rs
blob: 5c5e7002a98041adb551b2fdc99a0c81041fad8c (plain)
1
2
3
4
5
#![feature(decl_macro)]
macro m {}
// { dg-error "unexpected token .\}. - expecting delimiters .for a macro matcher." "" { target *-*-* } .-1 }
// { dg-error "required first macro rule in declarative macro definition could not be parsed" "" { target *-*-* } .-2 }
// { dg-error "failed to parse item in crate" "" { target *-*-* } .-3 }