rust/compiler/rustc_expand
Nicholas Nethercote 21699c41af Simplify exit of Delimited submatchers.
Currently, we detect an exit from a `Delimited` submatcher when `idx`
exceeds the bounds of the current submatcher *and* there is a `stack`
entry.

This commit changes it to something simpler: just look for a
`CloseDelim` token.
2022-03-31 11:48:34 +11:00
..
src Simplify exit of Delimited submatchers. 2022-03-31 11:48:34 +11:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00