rust/crates/mbe/src
Tim Neumann 40bfb29e50 feat: Support $$ in macros.
The implementation mirrors what `rustc` currently does [1]. Part of #11952.

[1]: 0595ea1d12/compiler/rustc_expand/src/mbe/quoted.rs (L230-L241)
2022-06-02 21:48:28 +02:00
..
expander Do not consider _ to be an expression for macro_rules! 2022-03-02 01:51:25 +00:00
benchmark.rs internal: clean up code duplication 2021-10-10 21:08:10 +03:00
expander.rs internal: replace L_DOLLAR/R_DOLLAR with parenthesis hack 2021-10-23 20:44:31 +03:00
lib.rs internal: Split unresolve proc-macro error out of mbe 2022-02-22 10:08:00 +01:00
parser.rs feat: Support $$ in macros. 2022-06-02 21:48:28 +02:00
syntax_bridge.rs Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jonas-schievink" 2022-05-13 15:08:14 +02:00
to_parser_input.rs Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jonas-schievink" 2022-05-13 15:08:14 +02:00
token_map.rs Replace expressions with errors in them 2022-02-09 11:58:52 +01:00
tt_iter.rs Revert "Skip only the tt::Literal when consuming float tokens" 2022-05-13 15:06:16 +02:00