about summary refs log tree commit diff
path: root/tests/ui/parser/macro/bad-macro-definition.rs
AgeCommit message (Collapse)AuthorLines
2025-10-01mbe: Add parsing tests for `unsafe` macro rulesJosh Triplett-0/+3
2025-07-03mbe: Gracefully handle macro rules that end after `=>`Josh Triplett-0/+22
Add a test for various cases of invalid macro definitions. Closes: https://github.com/rust-lang/rust/issues/143351