]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/tidy/src/main.rs
Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors
[rust.git] / src / tools / tidy / src / main.rs
index c1ce94f4705591208438bc3ae363efa1a4a1c0e5..8fe361c45a263fc8856f4b862be7dbb86083a7ca 100644 (file)
@@ -90,6 +90,8 @@ macro_rules! check {
         check!(edition, &compiler_path);
         check!(edition, &library_path);
 
+        check!(alphabetical, &compiler_path);
+
         let collected = {
             while handles.len() >= concurrency.get() {
                 handles.pop_front().unwrap().join().unwrap();