mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Specify literal tokens
This commit is contained in:
parent
7980a7e19a
commit
8d28289d0f
2 changed files with 8 additions and 1 deletions
|
@ -590,6 +590,7 @@ fn lower_rule(acc: &mut Vec<Field>, grammar: &Grammar, label: Option<&String>, r
|
|||
| "op"
|
||||
| "index"
|
||||
| "base"
|
||||
| "value"
|
||||
);
|
||||
if manually_implemented {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue