We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159f48c commit d7e1d5fCopy full SHA for d7e1d5f
src/librustc_mir_build/hair/pattern/_match.rs
@@ -65,8 +65,7 @@
65
///
66
/// Caveat: this constructors/fields distinction doesn't quite cover every Rust value. For example
67
/// a value of type `Rc<u64>` doesn't fit this idea very well, nor do various other things.
68
-/// However, this idea covers everything that can be pattern-matched, and this is all we need for
69
-/// exhaustiveness checking.
+/// However, this idea covers most of the cases that are relevant to exhaustiveness checking.
70
71
72
/// # Algorithm
0 commit comments