diff options
| author | bors <bors@rust-lang.org> | 2015-04-21 14:37:53 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-04-21 14:37:53 +0000 |
| commit | 7397bdc9c516f3f714ad4974ecdd27f567d03d05 (patch) | |
| tree | c5edaad9913aa0f093c8f4f090e2c6305cfa1f57 /src/libsyntax/ext | |
| parent | 77acda1c8ee75f9eb923ddd811ee591951b2d43f (diff) | |
| parent | 13bc8afa4b56e8d7b012f35a35a11087739abf15 (diff) | |
| download | rust-7397bdc9c516f3f714ad4974ecdd27f567d03d05.tar.gz rust-7397bdc9c516f3f714ad4974ecdd27f567d03d05.zip | |
Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr
Fixes #15679 Fixes #15878 Fixes #15882 Closes #15883
Diffstat (limited to 'src/libsyntax/ext')
| -rw-r--r-- | src/libsyntax/ext/tt/macro_parser.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/ext/tt/macro_parser.rs b/src/libsyntax/ext/tt/macro_parser.rs index 9c3a556b210..58df4038403 100644 --- a/src/libsyntax/ext/tt/macro_parser.rs +++ b/src/libsyntax/ext/tt/macro_parser.rs @@ -7,8 +7,6 @@ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. -// -// ignore-lexer-test FIXME #15679 //! This is an Earley-like parser, without support for in-grammar nonterminals, //! only by calling out to the main rust parser for named nonterminals (which it |
