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