4

Github Improve diagnostics for GATs by b-naber · Pull Request #82272 · rust-lang...

 3 years ago
source link: https://github.com/rust-lang/rust/pull/82272
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Copy link

Contributor

b-naber commented on Feb 18

edited

|

LL | type A = Ty<T>;

LL | type A = Ty, T;

b-naber on Feb 18

Author

Contributor

This is bad. It currently results from implicit lifetime arguments. We currently use the presence of generic arguments to append missing arguments, but with implicit generic arguments there are no angle brackets and previous args to concatenate the missing arguments to. If this is a dealbreaker, I'll try to change this.

estebank on Feb 19

Contributor

We would ideally want to tackle this in this PR.

b-naber on Feb 19

Author

Contributor

fixed.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK