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