about summary refs log tree commit diff
path: root/tests/ui/parser/macro/macro-derive-bad.rs
AgeCommit message (Collapse)AuthorLines
2025-10-01mbe: Add parsing tests for `unsafe` macro rulesJosh Triplett-0/+3
2025-08-14mbe: Parse macro `derive` rulesJosh Triplett-0/+43
This handles various kinds of errors, but does not allow applying the derive yet. This adds the feature gate `macro_derive`.