rust · rust/E0261
E0261
Undeclared Lifetime
A lifetime parameter such as 'a was used in a function, struct, or impl block without first being declared in the generic parameter list. Lifetimes must be declared before they can be referenced.
A lifetime parameter such as 'a was used in a function, struct, or impl block without first being declared in the generic parameter list. Lifetimes must be declared before they can be referenced.