mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-17 18:57:04 +00:00
feat: Support the `${concat(...)}` metavariable expression
I didn't follow rustc precisely, because I think it does some things wrongly (or they are FIXME), but I only allowed more code, not less. So we're all fine.
Closes #18145.
|
||
|---|---|---|
| .. | ||
| expander | ||
| syntax_bridge | ||
| benchmark.rs | ||
| expander.rs | ||
| lib.rs | ||
| parser.rs | ||
| tests.rs | ||