Moved support code for rustc_mir::borrow_check query out of mod transform.
This commit is contained in:
parent
c280afcc1c
commit
224c6ca2ee
3 changed files with 1231 additions and 1248 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -31,7 +31,6 @@ pub mod simplify;
|
|||
pub mod erase_regions;
|
||||
pub mod no_landing_pads;
|
||||
pub mod type_check;
|
||||
pub mod borrow_check;
|
||||
pub mod rustc_peek;
|
||||
pub mod elaborate_drops;
|
||||
pub mod add_call_guards;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue