Files
codeql/rust/integration-tests/hello-project/functions.ql
Paolo Tranquilli aae33db137 Rust: add basic integration tests
This adds testing of well-formed rust projects and workspaces, using
both `Cargo.toml` and `rust-project.json` manifests.
2024-09-17 11:23:39 +02:00

6 lines
96 B
Plaintext

import rust
from Function f
where exists(f.getLocation().getFile().getRelativePath())
select f