Sign in
rust
/
rust
/
dae8ea92a7337b3c2c4db7d06de554fbcf2de2e8
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
unknown_attribute.rs
blob: 3241742b5d46418b3c4f3e2d1d0aa0c7b25932c5 [
file
]
//@compile-flags: -Zdeduplicate-diagnostics=yes
#[
clippy
::
unknown
]
//~^ ERROR: usage of unknown attribute
#[
clippy
::
cognitive_complexity
=
"1"
]
fn
main
()
{}