Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
tool-attributes
/
diagnostic_item.rs
blob: 806b140feba38873ad04aba9684b4b2591e113a4 [
file
] [
log
] [
blame
]
#[
rustc_diagnostic_item
=
"foomp"
]
//~^ ERROR use of an internal attribute [E0658]
//~| NOTE the `#[rustc_diagnostic_item]` attribute allows the compiler to reference types from the standard library for diagnostic purposes
struct
Foomp
;
fn
main
()
{}