Extract everything related to pattern deconstruction to a new module

This commit is contained in:
Nadrieril 2020-11-21 23:13:32 +00:00
parent 3715f1ed00
commit 2184a1444c
3 changed files with 1413 additions and 1387 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,7 @@
mod _match;
mod check_match;
mod const_to_pat;
mod deconstruct_pat;
pub(crate) use self::check_match::check_match;