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