rust/compiler/rustc_error_messages
Dylan DPC 40deecef03
Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726
Enforce alphabetical sorting with tidy

We have many places where things are supposed to be sorted alphabetically. For the smaller and more recent size assertions, this is mostly upheld, but in other more... alive places it's very messy.

This introduces a new tidy directive to check that a section of code is sorted alphabetically and fixes all places where sorting has gone wrong.
2022-10-12 22:13:24 +05:30
..
locales/en-US Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors 2022-10-12 22:13:23 +05:30
src Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726 2022-10-12 22:13:24 +05:30
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00