Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
tool-attributes
/
diagnostic_item2.rs
blob: b32a66b16be18ec8daad58fbcad97dd390954ef5 [
file
] [
log
] [
blame
]
// check-pass
#[
clippy
::
diagnostic_item
=
"mep"
]
struct
Mep
;
fn
main
()
{}