Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
issue-3036.rs
blob: 337d38f26acb5f0d6d1206e30263849d81314ecd [
file
] [
log
] [
blame
]
// Testing that semicolon tokens are printed correctly in errors
fn
main
()
{
let
x
=
3
}
//~ ERROR: expected `;` but found `}`