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
/
inline
/
ok
/
0146_as_precedence.rs
blob: a06dec1faf365192899577ac5efdedb4259fb0bf (
plain
)
1
2
3
fn
foo
()
{
let
_
=
&
1
as
*
const
i32
;
}