mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Rust: separate attribute macro and macro call expansions
This commit is contained in:
7
rust/ql/test/extractor-tests/generated/Module/Module_getAttributeMacroExpansion.ql
generated
Normal file
7
rust/ql/test/extractor-tests/generated/Module/Module_getAttributeMacroExpansion.ql
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
// generated by codegen, do not edit
|
||||
import codeql.rust.elements
|
||||
import TestUtils
|
||||
|
||||
from Module x
|
||||
where toBeTested(x) and not x.isUnknown()
|
||||
select x, x.getAttributeMacroExpansion()
|
||||
Reference in New Issue
Block a user