Function monomorphization site that causes post-monomorphization errors is never shown #73961
Labels
A-const-eval
Area: Constant evaluation (MIR interpretation)
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code does not highlight the
foo::<u32>()
call, even though removing it will remove the error.(Playground)
Errors:
The text was updated successfully, but these errors were encountered: