Moved support code for rustc_mir::borrow_check query out of mod transform.

This commit is contained in:
Felix S. Klock II 2017-08-21 11:31:35 +02:00
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

View file

@ -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;