Suggest turbofish for uninferred const arguments #76737
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
const-generics-bad-diagnostics
An error is correctly emitted, but is confusing, for `min_const_generics`.
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
F-const_generics
`#![feature(const_generics)]`
At the moment, we simply emit errors like:
It would be good to suggest to the user how to fix this, like with uninferred type arguments.
The text was updated successfully, but these errors were encountered: