mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
Extract everything related to pattern deconstruction to a new module
This commit is contained in:
parent
3715f1ed00
commit
2184a1444c
File diff suppressed because it is too large
Load Diff
1394
compiler/rustc_mir_build/src/thir/pattern/deconstruct_pat.rs
Normal file
1394
compiler/rustc_mir_build/src/thir/pattern/deconstruct_pat.rs
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,7 @@
|
||||
mod _match;
|
||||
mod check_match;
|
||||
mod const_to_pat;
|
||||
mod deconstruct_pat;
|
||||
|
||||
pub(crate) use self::check_match::check_match;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user