rust/src/librustc_parse
bors f042d749b0 Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov
Introduce NonterminalKind for more type-safe mbe parsing

It encapsulate the (part of) the interface between the parser and
macro by example (macro_rules) parser.

The second bit is somewhat more general `parse_ast_fragment`, which is
the reason why we keep some `parse_xxx` functions as public.
2020-08-02 19:48:44 +00:00
..
lexer Create new E0768 error code for "no valid digits found for number" error 2020-07-04 00:15:29 +02:00
parser Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov 2020-08-02 19:48:44 +00:00
Cargo.toml Move 'probably equal' methods to librustc_parse 2020-08-01 21:12:49 -04:00
lib.rs Move 'probably equal' methods to librustc_parse 2020-08-01 21:12:49 -04:00
validate_attr.rs {rustc_parse -> rustc_expand}::config 2020-03-18 15:08:25 +01:00