File tree 6 files changed +0
-12
lines changed
6 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
- #![ feature( generic_associated_types) ]
2
- #![ allow( incomplete_features) ]
3
-
4
1
trait Trait < T > {
5
2
type Type < ' a > where T : ' a ;
6
3
fn foo ( x : & T ) -> Self :: Type < ' _ > ;
Original file line number Diff line number Diff line change 1
- #![ feature( generic_associated_types) ]
2
1
#![ feature( min_type_alias_impl_trait) ]
3
2
4
3
impl SomeTrait for SomeType {
Original file line number Diff line number Diff line change 1
- #![ feature( generic_associated_types) ]
2
-
3
1
impl SomeStruct {
4
2
fn process < T > ( v : T ) -> <Self as GAT >:: R < T >
5
3
where Self : GAT < R < T > = T >
Original file line number Diff line number Diff line change 1
- #![ feature( generic_associated_types) ]
2
- #![ allow( incomplete_features) ]
3
-
4
1
trait Trait < T > {
5
2
type Type < ' a >
6
3
where
Original file line number Diff line number Diff line change 1
- #![ feature( generic_associated_types) ]
2
1
#![ feature( min_type_alias_impl_trait) ]
3
2
4
3
impl SomeTrait for SomeType {
Original file line number Diff line number Diff line change 1
- #![ feature( generic_associated_types) ]
2
-
3
1
impl SomeStruct {
4
2
fn process < T > ( v : T ) -> <Self as GAT >:: R < T >
5
3
where
You can’t perform that action at this time.
0 commit comments