mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Give InlineAsmOperand a HIR representation
This commit is contained in:
parent
a600e1df73
commit
811905fce8
23 changed files with 409 additions and 217 deletions
|
@ -169,8 +169,10 @@ pub enum SyntaxKind {
|
|||
ASM_LABEL,
|
||||
ASM_OPERAND,
|
||||
ASM_OPERAND_EXPR,
|
||||
ASM_OPERAND_NAMED,
|
||||
ASM_OPTION,
|
||||
ASM_OPTIONS,
|
||||
ASM_PIECE,
|
||||
ASM_REG_OPERAND,
|
||||
ASM_REG_SPEC,
|
||||
ASM_SYM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue