index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
tool-attributes
/
diagnostic_item2.rs
blob: b32a66b16be18ec8daad58fbcad97dd390954ef5 (
plain
)
1
2
3
4
5
6
// check-pass
#[clippy::diagnostic_item =
"mep"
]
struct
Mep
;
fn
main
()
{}