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