Sign in
rust
/
rust
/
a7fa2dfd8e2bba4cc0833178cfc6e046ca4ef7f3
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-46186.fixed
blob: 0165f66a4eac304f5f01b4385713ccf11830ed2a [
file
]
//@ run-rustfix
pub
struct
Struct
{
pub a
:
usize
,
}
//~^ ERROR expected item, found `;`
fn main
()
{}