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
/
tests
/
data
/
parser
/
inline
/
0080_tuple_expr.rs
blob: e4f774280ca353653c491614685ea1506476ff43 (
plain
)
1
2
3
4
5
fn
foo
()
{
();
(
1
);
(
1
,);
}