E0794 has a seemingly incorrect definition of "late bound lifetime parameter" #139652
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
Location
https://doc.rust-lang.org/stable/error_codes/E0794.html
Summary
The docs say that a lifetime parameter must appear in an argument to be considered "late bound", but the following snippet emits E0794:
The text was updated successfully, but these errors were encountered: