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