Sign in
rust
/
rust
/
2ecaa1df2dd65610537d7a685ceebcbaf8d2d129
/
.
/
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
()
{}