Skip to content

Commit 224c6ca

Browse files
committedAug 21, 2017
Moved support code for rustc_mir::borrow_check query out of mod transform.
·
1.88.01.21.0
1 parent c280afc commit 224c6ca

File tree

3 files changed

+1231
-1248
lines changed

3 files changed

+1231
-1248
lines changed
 

‎src/librustc_mir/borrow_check.rs

Lines changed: 1231 additions & 4 deletions
Large diffs are not rendered by default.

‎src/librustc_mir/transform/borrow_check.rs

Lines changed: 0 additions & 1243 deletions
This file was deleted.

‎src/librustc_mir/transform/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ pub mod simplify;
3131
pub mod erase_regions;
3232
pub mod no_landing_pads;
3333
pub mod type_check;
34-
pub mod borrow_check;
3534
pub mod rustc_peek;
3635
pub mod elaborate_drops;
3736
pub mod add_call_guards;

0 commit comments

Comments
 (0)
Please sign in to comment.