mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Rust: Codegen.
This commit is contained in:
@@ -4,14 +4,6 @@ import TestUtils
|
||||
|
||||
query predicate instances(Module x) { toBeTested(x) and not x.isUnknown() }
|
||||
|
||||
query predicate getExtendedCanonicalPath(Module x, string getExtendedCanonicalPath) {
|
||||
toBeTested(x) and not x.isUnknown() and getExtendedCanonicalPath = x.getExtendedCanonicalPath()
|
||||
}
|
||||
|
||||
query predicate getCrateOrigin(Module x, string getCrateOrigin) {
|
||||
toBeTested(x) and not x.isUnknown() and getCrateOrigin = x.getCrateOrigin()
|
||||
}
|
||||
|
||||
query predicate getAttributeMacroExpansion(Module x, MacroItems getAttributeMacroExpansion) {
|
||||
toBeTested(x) and
|
||||
not x.isUnknown() and
|
||||
|
||||
Reference in New Issue
Block a user