aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/macro-issue1395-2.rs
blob: 1df6a3a0038496fc7ed61d37e5b71d028c554ee0 (plain)
1
2
3
4
5
6
7
// { dg-additional-options "-frust-edition=2018" }

macro_rules! try {
    // { dg-error "expecting .identifier. but .try. found" "" { target *-*-* } .-1 }
    // { dg-error "failed to parse item in crate" "" { target *-*-* } .-2 }
    () => {};
}