mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
6 lines
162 B
Plaintext
Generated
6 lines
162 B
Plaintext
Generated
// generated by codegen, do not edit
|
|
import codeql.rust.elements
|
|
import TestUtils
|
|
|
|
query predicate instances(TokenTree x) { toBeTested(x) and not x.isUnknown() }
|