Uh oh!
There was an error while loading. Please reload this page.
Proper first and follow sets for macro_rules future proofing - #30694
Conversation
rust-highfive
commented
Jan 4, 2016
r? @nrc (rust_highfive has picked a reviewer for you, use r? to override) |
pnkfelix
commented
Jan 4, 2016
(hmm I thought this built locally, not sure why that |
nrc
commented
Jan 4, 2016
r+ with a rebase and the nits addressed |
9cedb30 to
1b9b3acComparepnkfelix
commented
Jan 7, 2016
@bors r=nrc |
bors
commented
Jan 7, 2016
📌 Commit e51d537 has been approved by |
bors
commented
Jan 7, 2016
⌛ Testing commit e51d537 with merge cc03014... |
bors
commented
Jan 7, 2016
💔 Test failed - auto-mac-64-opt |
pnkfelix
commented
Jan 7, 2016
(whoops, my local |
…s validity. See RFC amendment 1384 and tracking issue 30450: rust-lang/rfcs#1384rust-lang#30450 Moved old check_matcher code into check_matcher_old combined the two checks to enable a warning cycle (where we will continue to error if the two checks agree to reject, accept if the new check says accept, and warn if the old check accepts but the new check rejects).
See RFC amendment 1384: rust-lang/rfcs#1384
run-pass test for some new functionality.
pnkfelix
commented
Jan 7, 2016
(well, actually the test that is failing was added more recently than the base of my branch) |
macro future proofing rules. (We may want to think about what this test was actually testing and figure out a way to test it without running afoul of macro future proofing. I spent some time trying to do this, e.g. by inserting parenthesis in the macro input pattern, but I could not quickly get it working, so I took this tack instead.)
e51d537 to
a2960bcComparepnkfelix
commented
Jan 8, 2016
bors
commented
Jan 11, 2016
⌛ Testing commit a2960bc with merge 8084616... |
bors
commented
Jan 11, 2016
💔 Test failed - auto-win-gnu-32-opt |
alexcrichton
commented
Jan 11, 2016
@bors: retry On Mon, Jan 11, 2016 at 3:33 PM, bors notifications@github.com wrote:
|
…low, r=nrc Proper first and follow sets for macro_rules future proofing implements first stage of RFC amendment 1384; see rust-lang#30450
Proper first and follow sets for macro_rules future proofing
implements first stage of RFC amendment 1384; see #30450