Uh oh!
There was an error while loading. Please reload this page.
Use stable wrappers in f32/f64::signum - #61647
Merged
Merged
Conversation
Centril
reviewed
Jun 8, 2019
Uh oh!
There was an error while loading. Please reload this page.
Centril
commented
Jun 8, 2019
Contributor
Thanks! @bors r+ rollup |
bors
commented
Jun 8, 2019
Collaborator
📌 Commit 43ab14e has been approved by |
Centril added a commit
to Centril/rust
that referenced
this pull request
Jun 8, 2019
Use stable wrappers in f32/f64::signum Fixesrust-lang#61638 r? @Centril
bors added a commit
that referenced
this pull request
Jun 8, 2019
Rollup of 7 pull requests Successful merges: - #61223 (Document tuple's Ord behavior as sequential) - #61615 (syntax: Treat error literals in more principled way) - #61616 (parser: Remove `Deref` impl from `Parser`) - #61621 (Clarify when we run steps with ONLY_HOSTS) - #61627 (Add regression test for #61452.) - #61641 (Revert "Make LocalAnalizer visitor iterate instead of recurse") - #61647 (Use stable wrappers in f32/f64::signum) Failed merges: r? @ghost
bors
commented
Jun 8, 2019
Collaborator
RalfJung
commented
Jun 21, 2019
Member
@rust-lang/infra why does bors call this PR "pending" at https://buildbot2.rust-lang.org/homu/queue/rust? |
emilyalbini
commented
Jun 21, 2019
Member
Because bors was redeployed and its internal state got messed up -- again. I'll hit synchronize once the current PR finishes testing. |
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.
Fixes#61638
r? @Centril