Rust: codegen

This commit is contained in:
Arthur Baars
2024-09-20 11:00:12 +02:00
parent 57458d8f38
commit a9423f4bdb
467 changed files with 4623 additions and 489 deletions

View 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.getName()