diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-06-04 15:18:35 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-06-04 15:18:35 +1000 |
| commit | 6b47c5e24d7403e7587a3aad16bcc8aed2cbbd0a (patch) | |
| tree | 5a6ed3d3eec8f561a34e4d87ae827441455d3f03 /compiler | |
| parent | a6416d8907bc94ef1a032d54cb0443cde963e455 (diff) | |
| download | rust-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.rs | 2 |
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)] |
