about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-06-04 15:18:35 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-06-04 15:18:35 +1000
commit6b47c5e24d7403e7587a3aad16bcc8aed2cbbd0a (patch)
tree5a6ed3d3eec8f561a34e4d87ae827441455d3f03 /compiler
parenta6416d8907bc94ef1a032d54cb0443cde963e455 (diff)
downloadrust-6b47c5e24d7403e7587a3aad16bcc8aed2cbbd0a.tar.gz
rust-6b47c5e24d7403e7587a3aad16bcc8aed2cbbd0a.zip
Remove out-of-date comment.
Exhaustiveness and usefulness checking are now in
`rustc_pattern_analysis`.
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_mir_build/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_mir_build/src/lib.rs b/compiler/rustc_mir_build/src/lib.rs
index 74600c6b12e..a1b8b578349 100644
--- a/compiler/rustc_mir_build/src/lib.rs
+++ b/compiler/rustc_mir_build/src/lib.rs
@@ -1,6 +1,4 @@
 //! Construction of MIR from HIR.
-//!
-//! This crate also contains the match exhaustiveness and usefulness checking.
 
 #![allow(rustc::diagnostic_outside_of_impl)]
 #![allow(rustc::untranslatable_diagnostic)]