File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/librustc_mir_build/hair/pattern Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
/// (`Constructor`, `Fields`) pairs, handling all the special cases correctly.
65
65
///
66
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.
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.
70
70
///
71
71
///
72
72
/// # Algorithm
You can’t perform that action at this time.
0 commit comments