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
/
0098_where_clause.rs
blob: 592a005f9eca991e6557809ca54511ad56355286 (
plain
)
1
2
3
4
5
6
fn
foo
()
where
'
a
:
'
b
+
'
c
,
T
:
Clone
+
Copy
+
'
static
,
Iterator
::
Item
:
'
a
,
{}