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