Gather rustc-specific functions around MatchCheckCtxt
This commit is contained in:
parent
281002d42c
commit
3691a0aee5
8 changed files with 903 additions and 900 deletions
|
@ -1,6 +1,7 @@
|
|||
//! Analysis of patterns, notably match exhaustiveness checking.
|
||||
|
||||
pub mod constructor;
|
||||
pub mod cx;
|
||||
pub mod errors;
|
||||
pub mod pat;
|
||||
pub mod usefulness;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue