Uh oh!
There was an error while loading. Please reload this page.
macros: fix const expression invocations - #40272
Merged
Merged
Conversation
Closed
petrochenkov
commented
Mar 5, 2017
Contributor
Missing |
jseyfriedforce-pushed
the
fix_const_macro_invocations
branch
from
March 5, 2017 23:58
095bcea to
9fe7d3fComparejseyfried
commented
Mar 5, 2017
ContributorAuthor
@petrochenkov Thanks -- fixed. |
petrochenkov
commented
Mar 6, 2017
Contributor
@bors r+ |
bors
commented
Mar 6, 2017
Collaborator
📌 Commit 9fe7d3f has been approved by |
bors
commented
Mar 6, 2017
Collaborator
⌛ Testing commit 9fe7d3f with merge 1c34389... |
bors
commented
Mar 6, 2017
Collaborator
💔 Test failed - status-appveyor |
jseyfried
commented
Mar 6, 2017
ContributorAuthor
@bors retry |
bors
commented
Mar 6, 2017
Collaborator
⌛ Testing commit 9fe7d3f with merge 0cc7037... |
bors
commented
Mar 6, 2017
Collaborator
💔 Test failed - status-appveyor |
jseyfried
commented
Mar 6, 2017
ContributorAuthor
@bors retry |
bors
commented
Mar 6, 2017
Collaborator
⌛ Testing commit 9fe7d3f with merge 344dc3f... |
bors
commented
Mar 6, 2017
Collaborator
💔 Test failed - status-travis |
petrochenkov
commented
Mar 6, 2017
Contributor
@bors retry |
bors
commented
Mar 6, 2017
Collaborator
⌛ Testing commit 9fe7d3f with merge 2777b47... |
bors
commented
Mar 6, 2017
Collaborator
💔 Test failed - status-travis |
alexcrichton
commented
Mar 6, 2017
via email
Member
| … On Mon, Mar 6, 2017 at 7:44 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/208171973>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#40272 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95If8Mx0IL-emKWB-ECmjrEXwC6lvks5rjA2ngaJpZM4MTWWD>
.
|
bors
commented
Mar 6, 2017
Collaborator
bors
commented
Mar 6, 2017
Collaborator
☀️ Test successful - status-appveyor, status-travis |
jseyfried
commented
Mar 7, 2017
ContributorAuthor
Nominated for beta: fixes a minor stable-to-stable regression (error to ICE), very simple PR. |
Merged
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#40136.
r? @nrc