Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_4911.rs
blob: 0f64aa7f766fd649518262618f634d9e12f43d6e [
file
]
#![
feature
(
min_type_alias_impl_trait
)]
impl
SomeTrait
for
SomeType
{
type
SomeGAT
<
'
a
>
where
Self
:
'
a
,
=
impl
SomeOtherTrait
;
}