compiler diagnostic typo when implementing a non object trait to an object trait #98500
Labels
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:
The current output is:
The IntoWasmAbi is a trait from another crate btw, I don't think this should be the right answer because you can't really modify the other crate. I mean, you can, but not inside the project.
The text was updated successfully, but these errors were encountered: