Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
parser
/
issues
/
issue-3036.fixed
blob: e5d5622e6fc00395bcde854b36ad0bb91f2da2a9 [
file
]
// run-rustfix
// Testing that semicolon tokens are printed correctly in errors
fn main
()
{
let
_x
=
3
;
//~ ERROR: expected `;`
}