Update validate_uninhabited_zsts.rs test after MIR building changes#96272
Merged
bors merged 1 commit intorust-lang:masterfrom Apr 22, 2022
Merged
Update validate_uninhabited_zsts.rs test after MIR building changes#96272bors merged 1 commit intorust-lang:masterfrom
validate_uninhabited_zsts.rs test after MIR building changes#96272bors merged 1 commit intorust-lang:masterfrom
Conversation
0f53528 to
c124759
Compare
RalfJung
reviewed
Apr 21, 2022
Member
|
Specifically, this is a follow-up to #93313. LGTM! r=me with a comment added. |
to ensure that it still tests validation, instead of failing earlier on during evaluation.
c124759 to
9ff5b7e
Compare
Contributor
Author
|
@bors r=RalfJung rollup=always |
Collaborator
|
📌 Commit 9ff5b7e has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 22, 2022
…askrgr Rollup of 3 pull requests Successful merges: - rust-lang#96272 (Update `validate_uninhabited_zsts.rs` test after MIR building changes) - rust-lang#96273 (Make `E0117` error clear) - rust-lang#96315 (Make the lifetime accurate which is used in the region constraints part) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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.
to ensure that it still tests validation, instead of failing earlier on
during evaluation.
r? @RalfJung