index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
libsyntax2
/
tests
/
data
/
parser
/
inline
/
0105_continue_expr.rs
blob: 474cc3f0e0c4864fcd8a3fb642ea766531cf66dd (
plain
)
1
2
3
4
5
6
fn
foo
()
{
loop
{
continue
;
continue
'l
;
}
}