We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6510b commit 159f48cCopy full SHA for 159f48c
src/librustc_mir_build/hair/pattern/_match.rs
@@ -64,9 +64,9 @@
64
/// (`Constructor`, `Fields`) pairs, handling all the special cases correctly.
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 function pointers and various
68
-/// other things. However, the idea covers everything that can be pattern-matched, and this is all
69
-/// we need for exhaustiveness checking.
+/// a value of type `Rc<u64>` doesn't fit this idea very well, nor do various other things.
+/// However, this idea covers everything that can be pattern-matched, and this is all we need for
+/// exhaustiveness checking.
70
71
72
/// # Algorithm
0 commit comments