Remove the erase regions MIR transform#70165
Merged
bors merged 1 commit intorust-lang:masterfrom Mar 21, 2020
Merged
Conversation
Contributor
|
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
eddyb
reviewed
Mar 19, 2020
eddyb
reviewed
Mar 19, 2020
src/librustc_mir_build/build/mod.rs
Outdated
Comment on lines
-131
to
-134
Member
There was a problem hiding this comment.
Can we see a simplification of ty::RegionKind some time soon? 😁
Contributor
Author
There was a problem hiding this comment.
I'm working on it.
eddyb
approved these changes
Mar 19, 2020
Member
eddyb
left a comment
There was a problem hiding this comment.
r=me after switching to erase_late_bound_regions (if it exists)
cc @nikomatsakis
5ba7e72 to
0f0f254
Compare
nikomatsakis
approved these changes
Mar 19, 2020
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit 0f0f254 has been approved by |
Centril
added a commit
to Centril/rust
that referenced
this pull request
Mar 21, 2020
…sakis Remove the erase regions MIR transform We now ensure that MIR never contains unerased regions in the first place.
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Mar 21, 2020
Rollup of 16 pull requests Successful merges: - rust-lang#65097 (Make std::sync::Arc compatible with ThreadSanitizer) - rust-lang#69033 (Use generator resume arguments in the async/await lowering) - rust-lang#69997 (add `Option::{zip,zip_with}` methods under "option_zip" gate) - rust-lang#70038 (Remove the call that makes miri fail) - rust-lang#70058 (can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs.) - rust-lang#70111 (BTreeMap: remove shared root) - rust-lang#70139 (add delay_span_bug to TransmuteSizeDiff, just to be sure) - rust-lang#70165 (Remove the erase regions MIR transform) - rust-lang#70166 (Derive PartialEq, Eq and Hash for RangeInclusive) - rust-lang#70176 (Add tests for rust-lang#58319 and rust-lang#65131) - rust-lang#70177 (Fix oudated comment for NamedRegionMap) - rust-lang#70184 (expand_include: set `.directory` to dir of included file.) - rust-lang#70187 (more clippy fixes) - rust-lang#70188 (Clean up E0439 explanation) - rust-lang#70189 (Abi::is_signed: assert that we are a Scalar) - rust-lang#70194 (#[must_use] on split_off()) Failed merges: r? @ghost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We now ensure that MIR never contains unerased regions in the first place.