Bad suggestion when encountering type Foo<T>
in trait
#84439
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-GATs
Area: Generic associated types (GATs)
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Incorrect suggestion:
We need to correctly track the span for the obligation to suggest somewhat reasonable code.
Taken from #78671
The text was updated successfully, but these errors were encountered: