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
/
ra_syntax
/
test_data
/
parser
/
ok
/
0030_traits.rs
blob: ac30843eff649ff3644413d8998a2973578d5690 (
plain
)
1
2
3
4
5
6
7
trait
Runnable
{
fn
handler
();
}
trait
TraitWithExpr
{
fn
fn_with_expr
(
x
:
[
i32
;
1
]);
}