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