Diagnostic message for std trait implementation includes unstable std type #108994
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Background
Within std I'm attempting to add an unstable type to a trait (see here for the impl). However, after compiling the new std, the unstable type is shown in error messages even without the feature enabled.
Code
Current Output
Desired Output
Remove the first
help:
message.The text was updated successfully, but these errors were encountered: