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