Sign in
rust
/
rust
/
HEAD
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
renamed_builtin_attr.fixed
blob: 1ad7d8702bc00065cfe806ca034daa0cd35d42f9 [
file
] [
log
] [
blame
]
//@compile-flags: -Zdeduplicate-diagnostics=yes
#[clippy::cognitive_complexity = "1"]
//~^ ERROR: usage of deprecated attribute
fn main
()
{}