Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
pub
/
pub-ident-struct-4.fixed
blob: 5fedbb7243749ec4e8be19766d68a263d811658d [
file
]
//@ run-rustfix
pub
struct
T
(#[
allow
(
dead_code
)]
String
);
//~^ ERROR missing `struct` for struct definition
fn main
()
{}