// generated by codegen, do not edit import codeql.rust.elements import TestUtils query predicate instances(Label x) { toBeTested(x) and not x.isUnknown() } query predicate getLifetime(Label x, Lifetime getLifetime) { toBeTested(x) and not x.isUnknown() and getLifetime = x.getLifetime() }