Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-3036.rs
blob: f6ce6222d4a395d40fe1298a31cea2ed269bb330 [
file
] [
log
] [
blame
] [
edit
]
//@ run-rustfix
// Testing that semicolon tokens are printed correctly in errors
fn
main
()
{
let
_x
=
3
//~ ERROR: expected `;`
}