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