about summary refs log tree commit diff
path: root/src/test/run-pass
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-11-25 03:00:30 +0000
committerbors <bors@rust-lang.org>2018-11-25 03:00:30 +0000
commit37961dbd2d84a29be49007a5770b96e296f5f349 (patch)
tree3e5e4ab50aca7ace299809d9923f886b5f7eddc7 /src/test/run-pass
parent2dd94c133ead2cd62636a876d6d72a2a00348943 (diff)
parent1d7fc0ca500d8e532e7b1019397baec353560c26 (diff)
downloadrust-37961dbd2d84a29be49007a5770b96e296f5f349.tar.gz
rust-37961dbd2d84a29be49007a5770b96e296f5f349.zip
Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis
Cleanup from lexical MIR borrowck removal

Lexical MIR borrowck was removed months ago now, and `EndRegion`s are no longer used for MIRI verification.

* Remove `rustc::mir::StatementKind::EndRegion` and the `-Zemit_end_regions` flag
* Use `RegionVid` instead of `Region` in BorrowSet
* Rewrite drop generation to create fewer goto terminators.

r? @nikomatsakis
Diffstat (limited to 'src/test/run-pass')
-rw-r--r--src/test/run-pass/issues/issue-16671.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/issues/issue-16671.rs b/src/test/run-pass/issues/issue-16671.rs
index 5ff2bc97ae2..14bda56dd8f 100644
--- a/src/test/run-pass/issues/issue-16671.rs
+++ b/src/test/run-pass/issues/issue-16671.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // run-pass
-//compile-flags: -Z borrowck=compare -Z emit-end-regions
+//compile-flags: -Z borrowck=compare
 
 #![deny(warnings)]