// generated by codegen, do not edit import codeql.rust.elements import TestUtils from Label x, string hasLifetime where toBeTested(x) and not x.isUnknown() and if x.hasLifetime() then hasLifetime = "yes" else hasLifetime = "no" select x, "hasLifetime:", hasLifetime