diff options
| author | Corey Richardson <corey@octayn.net> | 2014-07-21 15:57:14 -0700 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2014-07-21 18:38:40 -0700 |
| commit | 35c0bf32926ec8095a7ca5b5b77e612c15ddf098 (patch) | |
| tree | 74763af205f24c33de968eb50b7fe09dd7ebdcc3 /src/libsyntax | |
| parent | c41a7dfcc7b1c71305bd1816bb2e6aff7abddbb2 (diff) | |
| download | rust-35c0bf32926ec8095a7ca5b5b77e612c15ddf098.tar.gz rust-35c0bf32926ec8095a7ca5b5b77e612c15ddf098.zip | |
Add a ton of ignore-lexer-test
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/tt/macro_parser.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsyntax/ext/tt/macro_parser.rs b/src/libsyntax/ext/tt/macro_parser.rs index bdf1f6eb600..509d5bd4421 100644 --- a/src/libsyntax/ext/tt/macro_parser.rs +++ b/src/libsyntax/ext/tt/macro_parser.rs @@ -7,6 +7,8 @@ // <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 |
