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
/
0090_trait_item_items.rs
blob: a5ec3239f8fe2a060fbfbce7f86f192ae72a0f5a (
plain
)
1
2
3
4
5
6
impl
F
{
type
A
:
Clone
;
const
B
:
i32
;
fn
foo
()
{}
fn
bar
(
&
self
);
}