mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
super simplistic macro expansion
This commit is contained in:
parent
072028e679
commit
406505e096
3 changed files with 113 additions and 2 deletions
|
@ -484,7 +484,7 @@ Grammar(
|
|||
|
||||
"Name": (),
|
||||
"NameRef": (),
|
||||
"MacroCall": ( options: [ "TokenTree" ] ),
|
||||
"MacroCall": ( options: [ "TokenTree", "Path" ] ),
|
||||
"Attr": ( options: [ ["value", "TokenTree"] ] ),
|
||||
"TokenTree": (),
|
||||
"TypeParamList": (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue