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
/
0114_tuple_struct_where.rs
blob: ddd59016dc62f8e4b814e82a7a9fd0485e0aa057 (
plain
)
1
2
struct
Test
<
T
>
(
T
)
where
T
:
Clone
;
struct
Test
<
T
>
(
T
);