Bad diagnostics when using associated const on type without turbofish #82566
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code: here
The current output is:
Ideally the output should mention that the user needs to use a turbofish here:
Add::<10, 12>::SUM
cc @lcnr
The text was updated successfully, but these errors were encountered: