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