Rust: extract some resolved paths

This commit is contained in:
Paolo Tranquilli
2024-10-31 14:19:15 +01:00
parent 2b37c6cd32
commit cee2ed0ec4
41 changed files with 700 additions and 221 deletions

View File

@@ -0,0 +1,7 @@
// generated by codegen, do not edit
import codeql.rust.elements
import TestUtils
from MethodCallExpr x
where toBeTested(x) and not x.isUnknown()
select x, x.getResolvedPath()