Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
tool-attributes
/
auxiliary
/
p1.rs
blob: 47195c7e9d658f5bd790c6dddbd1d66834fdc21e [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
rustc_attrs
)]
#[
rustc_diagnostic_item
=
"Foo"
]
pub
struct
Foo
{}