Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
tool-attributes
/
diagnostic_item3.rs
blob: c1a236ed1cc3275aada009c0ff3f156eabc241ff [
file
] [
log
] [
blame
]
// check-pass
#![
feature
(
rustc_attrs
)]
#[
rustc_diagnostic_item
=
"foomp"
]
struct
Foomp
;
fn
main
()
{}