diff options
| author | Chayim Refael Friedman <chayimfr@gmail.com> | 2024-09-19 22:19:12 +0300 |
|---|---|---|
| committer | Chayim Refael Friedman <chayimfr@gmail.com> | 2024-09-19 22:19:12 +0300 |
| commit | 288b365c597b89fffc70d5dff5799d0fcbf440e0 (patch) | |
| tree | 7f69b13c92bcd928a2b5b020131d5447d0815529 /src/tools/rust-analyzer/Cargo.lock | |
| parent | 4ed7f4b5c970d7501f15a147d4cb6d940a8769e2 (diff) | |
| download | rust-288b365c597b89fffc70d5dff5799d0fcbf440e0.tar.gz rust-288b365c597b89fffc70d5dff5799d0fcbf440e0.zip | |
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.
Diffstat (limited to 'src/tools/rust-analyzer/Cargo.lock')
| -rw-r--r-- | src/tools/rust-analyzer/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/Cargo.lock b/src/tools/rust-analyzer/Cargo.lock index 6df73c2fd1b..5df48778e3d 100644 --- a/src/tools/rust-analyzer/Cargo.lock +++ b/src/tools/rust-analyzer/Cargo.lock @@ -1047,6 +1047,7 @@ dependencies = [ "expect-test", "intern", "parser", + "ra-ap-rustc_lexer", "rustc-hash", "smallvec", "span", |
