Uh oh!
There was an error while loading. Please reload this page.
antlr grammar verification script now compiles under latest nightly - #33860
Conversation
rust-highfive
commented
May 25, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
oli-obk
commented
May 25, 2016
maybe compiling it should be included in |
rozbb
commented
May 25, 2016
Though I'm not certain, the impression I get from this folder is that it is On Wednesday, May 25, 2016, Oliver Schneider notifications@github.com
|
nagisa
commented
May 25, 2016
That’s about right. ANTLR tokenizer being mostly superseded by the more complete and up-to-date yacc-based grammar also contributes. |
bors
commented
May 29, 2016
⌛ Testing commit e8007e8 with merge 355f9e5... |
bors
commented
May 29, 2016
💔 Test failed - auto-linux-64-opt-rustbuild |
eddyb
commented
May 29, 2016
@bors retry |
rozbb
commented
May 29, 2016
Any idea what's causing the error? Build bug? |
bors
commented
May 29, 2016
antlr grammar verification script now compiles under latest nightly This is kind of a moving target, since none of libsyntax is stable, but at least this compiles for the time being.
This is kind of a moving target, since none of libsyntax is stable, but at least this compiles for the time being.