rust-lang / reference

The Rust Reference
https://doc.rust-lang.org/nightly/reference/
Apache License 2.0
1.25k stars 491 forks source link

Sort macro fragment specifiers #1641

Closed ehuss closed 1 month ago

ehuss commented 1 month ago

This sorts the list of macro fragment specifiers. The old list seemed to be fairly random. Perhaps it was supposed to be top-down in the sense of bigger grammatical things (item) followed by smaller (expr), but I don't feel like people would be reading it in that way.