Confusing error message with conservative impl trait #39722
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
this gives the error message
but that's wrong, if we amend the code to
it compiles and runs just fine, so the previous error message is incorrect
The text was updated successfully, but these errors were encountered: