Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
tool-attributes
/
auxiliary
/
p2.rs
blob: 47195c7e9d658f5bd790c6dddbd1d66834fdc21e [
file
] [
log
] [
blame
]
#![
feature
(
rustc_attrs
)]
#[
rustc_diagnostic_item
=
"Foo"
]
pub
struct
Foo
{}