]> git.lizzy.rs Git - rust.git/commit
Merge #661
authorbors[bot] <bors[bot]@users.noreply.github.com>
Sun, 27 Jan 2019 18:00:08 +0000 (18:00 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Sun, 27 Jan 2019 18:00:08 +0000 (18:00 +0000)
commit19f77603c0aed92ec70a836dae4d447b8fcab922
treea1739442c9f79c5c6addc0efc7d25a7da678ce02
parent3f4f50baaa21cb2d0f6c102f1ca521946071a8dc
parent6249989e6c133792ff457896d4723c0eb0f42137
Merge #661

661: Implement type generics for functions r=flodiebold a=marcusklaas

Pretty printing of function types isn't as nice any more since the current implementation does not store its argument types directly. We could store some more information to print more information on the argument and return types, at a cost of course.

Co-authored-by: Marcus Klaas de Vries <mail@marcusklaas.nl>