Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
pub
/
pub-ident-struct-4.rs
blob: 5c721c25a781503d3e7ffd52838245677c55e863 [
file
] [
log
] [
blame
]
//@ run-rustfix
pub
T
(#[
allow
(
dead_code
)]
String
);
//~^ ERROR missing `struct` for struct definition
fn
main
()
{}