mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: fix duplicate asm! expressions
This commit is contained in:
4
rust/schema/ast.py
generated
4
rust/schema/ast.py
generated
@@ -399,10 +399,6 @@ class MacroRules(Item, ):
|
||||
token_tree: optional["TokenTree"] | child
|
||||
visibility: optional["Visibility"] | child
|
||||
|
||||
class MacroBlockExpr(AstNode, ):
|
||||
tail_expr: optional["Expr"] | child
|
||||
statements: list["Stmt"] | child
|
||||
|
||||
class MacroTypeRepr(TypeRepr, ):
|
||||
macro_call: optional["MacroCall"] | child
|
||||
|
||||
|
||||
Reference in New Issue
Block a user