Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
tool-attributes
/
diagnostic_item.rs
blob: 26a52ce60cfd8b1c63d3f755bcf4ef929f102e66 [
file
] [
log
] [
blame
] [
edit
]
#[
rustc_diagnostic_item
=
"foomp"
]
//~ ERROR compiler internal support for linting
struct
Foomp
;
fn
main
()
{}