What is this lint about
Lifetime name '_ is reserved for possible future use as a lifetime placeholder, similarly to how _ is used as a placeholder in types or patterns (see, for example, rust-lang/rfcs#1177).
Earlier versions of the compiler accepted '_ as a normal lifetime or label name, #33794 fixed this oversight.
How to fix this warning/error
Rename the lifetime or label named '_ into something else, like 'a or 'z.
Current status
What is this lint about
Lifetime name
'_is reserved for possible future use as a lifetime placeholder, similarly to how_is used as a placeholder in types or patterns (see, for example, rust-lang/rfcs#1177).Earlier versions of the compiler accepted
'_as a normal lifetime or label name, #33794 fixed this oversight.How to fix this warning/error
Rename the lifetime or label named
'_into something else, like'aor'z.Current status
lifetime_underscorelint as warn-by-defaultlifetime_underscorelint deny-by-defaultlifetime_underscorelint a hard error