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