Rust: Codegen.

This commit is contained in:
Geoffrey White
2025-08-26 16:48:44 +01:00
parent c7947a0afa
commit 152ae1d29b
42 changed files with 575 additions and 1110 deletions

View File

@@ -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