Uh oh!
There was an error while loading. Please reload this page.
macros: fix ICE on some nested macro definitions - #40813
Merged
Merged
Conversation
nrc
approved these changes
Mar 27, 2017
nrc
commented
Mar 27, 2017
Member
@bors: r+ (it looks like bors doesn't see comments in reviews?) |
bors
commented
Mar 27, 2017
Collaborator
📌 Commit 29a052d has been approved by |
bors
commented
Mar 27, 2017
Collaborator
⌛ Testing commit 29a052d with merge 43a0087... |
bors
commented
Mar 27, 2017
Collaborator
💔 Test failed - status-appveyor |
alexcrichton
commented
Mar 27, 2017
Member
@bors: retry
|
alexcrichton added a commit
to alexcrichton/rust
that referenced
this pull request
Mar 27, 2017
… r=nrc macros: fix ICE on some nested macro definitions Fixesrust-lang#40770. r? @nrc
bors added a commit
that referenced
this pull request
Mar 27, 2017
bors added a commit
that referenced
this pull request
Mar 28, 2017
nikomatsakis
commented
Apr 4, 2017
Contributor
Accepting for beta. Small patch, regression. cc @rust-lang/compiler |
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#40770.
r? @nrc