about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/diagnostics
AgeCommit message (Collapse)AuthorLines
2024-05-10Remove `ordinalize`.Nicholas Nethercote-40/+0
Some minor (English only) heroics are performed to print error messages like "5th rule of macro `m` is never used". The form "rule #5 of macro `m` is never used" is just as good and much simpler to implement.
2022-05-05Implement the unused_macro_rules lintest31-0/+40