Sign in
rust
/
rust
/
262cd76333b79fb85bb87f2846b3db79c82d2402
/
.
/
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
()
{}