Sign in
rust
/
rust
/
refs/heads/auto
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_4943.rs
blob: bc8f1a366da29d75c30ab1ee13af05d1d2ff30ee [
file
] [
log
] [
blame
] [
edit
]
impl
SomeStruct
{
fn
process
<
T
>(
v
:
T
)
->
<
Self
as
GAT
>::
R
<
T
>
where
Self
:
GAT
<
R
<
T
>
=
T
>,
{
SomeStruct
::
do_something
(
v
)
}
}