rust-analyzer/crates/mbe/src
Chayim Refael Friedman 8ab18927ce Fix another bug when reaching macro expansion limit caused a stack overflow
This time without missing bindings.

Solve it by returning to the old ways, i.e. just throw the extra nodes away.

In other words, I acknowledge defeat.
2025-01-13 15:55:30 +02:00
..
expander Fix another bug when reaching macro expansion limit caused a stack overflow 2025-01-13 15:55:30 +02:00
benchmark.rs Store token trees in contiguous Vec instead of as a tree 2025-01-02 19:21:46 +02:00
expander.rs Store token trees in contiguous Vec instead of as a tree 2025-01-02 19:21:46 +02:00
lib.rs Make edition per-token, not per-file 2025-01-09 05:43:08 +02:00
parser.rs Store token trees in contiguous Vec instead of as a tree 2025-01-02 19:21:46 +02:00
tests.rs Make edition per-token, not per-file 2025-01-09 05:43:08 +02:00