FP single-use-lifetimes with inherent_associated_types #111400
Labels
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
I tried this code:
rustc issue-109790.rs -Wsingle-use-lifetimes
:I expected to see this happen: explanation
suggestion compiles:
Instead, this happened: explanation
Suggestion does not compile:
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: