diff options
Diffstat (limited to 'tests/ui/proc-macro/macro_rules_edition_from_pm.rs')
| -rw-r--r-- | tests/ui/proc-macro/macro_rules_edition_from_pm.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/macro_rules_edition_from_pm.rs b/tests/ui/proc-macro/macro_rules_edition_from_pm.rs index 8fc7d909749..fc3ae3ef2c8 100644 --- a/tests/ui/proc-macro/macro_rules_edition_from_pm.rs +++ b/tests/ui/proc-macro/macro_rules_edition_from_pm.rs @@ -7,6 +7,7 @@ //@[edition2021] edition:2021 //@[edition2024] edition:2024 //@ check-pass +//@ ignore-backends: gcc // This checks how the expr fragment specifier works. macro_rules_edition_pm::make_edition_macro!{} |
