E0433 should not purely rely on letter case to report different error. #82140
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-resolve
Area: Name resolution
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I've seen this:
However
kern_node_subtype
is actually an enum type. In this crate i#[allow(non_camel_case_types)]
. Since this is an error message not a suggestion i think it would be best if this could be improved somehow.The text was updated successfully, but these errors were encountered: