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