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
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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: