Uh oh!
There was an error while loading. Please reload this page.
make sure that promoteds which fail to evaluate in dead const code behave correctly - #80696
Merged
Merged
Conversation
rust-highfive
commented
Jan 4, 2021
Contributor
(rust-highfive has picked a reviewer for you, use r? to override) |
RalfJung
commented
Jan 4, 2021
MemberAuthor
r? @oli-obk |
This comment has been minimized.
This comment has been minimized.
oli-obk
commented
Jan 4, 2021
Contributor
r=me with tidy happy |
RalfJungforce-pushed
the
failing-promoteds
branch
from
January 4, 2021 18:49
8023491 to
92d1b39CompareRalfJung
commented
Jan 4, 2021
MemberAuthor
@bors r=oli-obk |
bors
commented
Jan 4, 2021
Collaborator
📌 Commit 92d1b39 has been approved by |
oli-obk
commented
Jan 4, 2021
Contributor
@bors rollup |
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 5, 2021
Rollup of 12 pull requests Successful merges: - rust-lang#80442 (Mention Arc::make_mut and Rc::make_mut in the documentation of Cow) - rust-lang#80533 (bootstrap: clippy fixes) - rust-lang#80538 (Add check for `[T;N]`/`usize` mismatch in astconv) - rust-lang#80612 (Remove reverted change from relnotes) - rust-lang#80627 (Builder: Warn if test file does not exist) - rust-lang#80637 (Use Option::filter instead of open-coding it) - rust-lang#80643 (Move variable into the only branch where it is relevant) - rust-lang#80656 (Fixed documentation error for `std::hint::spin_loop`) - rust-lang#80666 (Fix missing link for "fully qualified syntax") - rust-lang#80672 (./x.py clippy: allow the most noisy lints) - rust-lang#80677 (doc -- list edit for consistency) - rust-lang#80696 (make sure that promoteds which fail to evaluate in dead const code behave correctly) 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 freeto 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.
#80243 showed that we'll have to live with these kinds of failing promoteds for a while, so let's make sure we have a test that covers them.