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