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
/
syntax
/
test_data
/
parser
/
ok
/
0058_unary_expr_precedence.rs
blob: 100fccc641cbd6fd64904be37217fc7ad4b4fa23 (
plain
)
1
2
3
4
5
6
7
fn
foo
()
{
1
+
*&
2
+
3
;
*&
1
as
u64
;
*
x
(
1
);
&
x
[
1
];
-
1
..
2
;
}