Uh oh!
There was an error while loading. Please reload this page.
Cleanup and followup to PR #17830: parsing changes - #19430
Merged
Conversation
pczarnforce-pushed
the
interp_tt-cleanup
branch
from
November 30, 2014 21:38
ef137bf to
583b16eComparealexcrichton
commented
Dec 1, 2014
Member
r? @pnkfelix |
pczarnforce-pushed
the
interp_tt-cleanup
branch
2 times, most recently
from
December 10, 2014 14:36
8f5bfaa to
02d60f4Comparepczarnforce-pushed
the
interp_tt-cleanup
branch
from
December 22, 2014 09:58
02d60f4 to
f3f1a47CompareGankra
commented
Jan 2, 2015
Contributor
Needs a rebase... And an actual reviewer 😞 |
pczarn
commented
Jan 2, 2015
ContributorAuthor
Rebased, updated the reference. Still waiting for review |
emberian
commented
Jan 5, 2015
Contributor
r=me with a rebase. |
emberian
commented
Jan 5, 2015
Contributor
Actually, should wait for macro reform to land first. |
pczarnforce-pushed
the
interp_tt-cleanup
branch
2 times, most recently
from
January 6, 2015 18:34
26046d9 to
4ffa69fComparePrevents breaking down `$name` tokens into separate `$` and `name`. Reports unknown macro variables. Fixesrust-lang#18775Fixesrust-lang#18839Fixesrust-lang#15640
pczarn
commented
Jan 6, 2015
ContributorAuthor
@cmr Tested, pushed with some changes |
alexcrichton added a commit
to alexcrichton/rust
that referenced
this pull request
Jan 7, 2015
Conflicts: src/libsyntax/parse/parser.rs
lnicola pushed a commit
to lnicola/rust
that referenced
this pull request
Apr 28, 2025
chore: Bump dependencies
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.
Followup to PR #17830. Prevents breaking down unquoted
$nametokens into separate$andname.Reports unknown macro variables (with correct span).
Fixes#18775 (finally...)
Fixes#18839
Fixes#15640