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