Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
macros
/
failed-to-reparse-issue-139445.rs
blob: babe26b9d293e5935dc5d392169d7fa08fc8a673 [
file
] [
log
] [
blame
]
fn
main
()
{
assert_eq
!(
3
,
'
a
,)
//~^ ERROR expected `while`, `for`, `loop` or `{` after a label
//~| ERROR expected `while`, `for`, `loop` or `{` after a label
//~| ERROR expected expression, found ``
}