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
/
0074_unary_expr.rs
blob: f1c3f7118b2daeba6d316a3a33ae4704e045fcd6 (
plain
)
1
2
3
4
5
fn
foo
()
{
**&
1
;
!!
true
;
--
1
;
}