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