bors[bot] f1587ac263
Merge #4445
4445: Correctly fill default type parameters r=flodiebold a=montekki

Fixes #3877 

So, basically even if the parameters are omitted from the `impl` block, check the parameters in `trait` if they have a default type, and if they do go from `hir` to `ast::TypeArg`. I've added a helper for that but I am not sure that it's a proper way to go from `hir` to `ast` here.

Co-authored-by: Fedor Sakharov <fedor.sakharov@gmail.com>
2020-05-14 11:20:42 +00:00
..
2020-05-14 11:20:42 +00:00
2020-05-06 18:09:28 +02:00
2020-05-14 13:53:45 +03:00
2020-05-14 13:47:36 +03:00
2020-05-05 23:56:10 +08:00
2020-05-10 06:39:36 +08:00
2020-05-14 11:20:42 +00:00
2020-05-09 22:20:11 +03:00
2020-05-03 21:35:21 +03:00
2020-05-09 14:48:43 +02:00