Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-3036.fixed
blob: 14f8a401647ec8ca53c4fc2b863e2a677be8cbe1 [
file
] [
log
] [
blame
]
//@ run-rustfix
// Testing that semicolon tokens are printed correctly in errors
fn main
()
{
let
_x
=
3
;
//~ ERROR: expected `;`
}