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