The lint non_camel_case_types
ignores inherent associated types
#105341
Labels
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
requires-nightly
This issue requires a nightly compiler in some way.
The following code compiles successfully when it should not due to
S::typ
not having an upper camel case name.Meta
rustc -Vv
:@rustbot label A-lint requires-nightly F-inherent_associated_types
The text was updated successfully, but these errors were encountered: