mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: expand attribute macros
This commit is contained in:
committed by
Paolo Tranquilli
parent
3437210d32
commit
49cf1739a4
@@ -1232,7 +1232,6 @@ class _:
|
||||
todo!()
|
||||
```
|
||||
"""
|
||||
expanded: optional[AstNode] | child | rust.detach
|
||||
|
||||
|
||||
@annotate(MacroDef)
|
||||
@@ -1945,4 +1944,4 @@ class FormatArgument(Locatable):
|
||||
|
||||
@annotate(Item, add_bases=(Addressable,))
|
||||
class _:
|
||||
pass
|
||||
expanded: optional[AstNode] | child | rust.detach | doc("expanded attribute or procedural macro call of this item")
|
||||
|
||||
Reference in New Issue
Block a user