rust-analyzer/crates/tt/src
Chayim Refael Friedman 3953b604ce Fix a bug in MBE expansion that arose from incorrect fixing of an older bug in MBE
Specifically, #18744 was the PR that was supposed to fix the old bug, but it fixed it incorrectly (and didn't add a test!) The underlying reason was that we marked metavariables in expansions as joint if they were joint in the macro call, which is incorrect.

This wrong fix causes other bug, #19497, which this PR fixes by removing the old (incorrect) fix.
2025-04-01 21:05:51 +03:00
..
buffer.rs Store token trees in contiguous Vec instead of as a tree 2025-01-02 19:21:46 +02:00
iter.rs Fix a bug in MBE expansion that arose from incorrect fixing of an older bug in MBE 2025-04-01 21:05:51 +03:00
lib.rs Fix a bug in MBE expansion that arose from incorrect fixing of an older bug in MBE 2025-04-01 21:05:51 +03:00