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