Sign in
rust
/
rustfmt
/
7d34cfaf2c31dc90f6dc8fc1cdc001fcbd7ebbfa
/
.
/
tests
/
source
/
issue_4911.rs
blob: 21ef6c6c491ac0296f15187f6c49176c2ae053c3 [
file
] [
log
] [
blame
]
#![
feature
(
generic_associated_types
)]
#![
feature
(
min_type_alias_impl_trait
)]
impl
SomeTrait
for
SomeType
{
type
SomeGAT
<
'a> where Self: '
a
=
impl
SomeOtherTrait
;
}