```rust fn f<#[allow(warnings)] foo>() {} // warning: type parameter `foo` should have an upper camel case name ``` Expected behavior - no warning, actual behavior - warning. cc https://github.com/rust-lang/rust/issues/61238, which is a similar issue