Arnaud a6dc7cf36d Make it possible to retrieve hir::Function's return type
This is done by adding a `ret_type` method to `hir::Function`.
I followed `assoc_fn_params` convention by creating a new `RetType` type,
that contains the actual return type accessible via a `ty` method.
2021-01-04 19:14:44 +01:00
..
2021-01-01 17:22:23 +01:00
2021-01-03 14:43:29 +01:00
2021-01-03 14:43:29 +01:00
2021-01-03 18:22:07 +00:00
2021-01-04 11:12:42 -05:00
2021-01-04 15:54:45 +01:00
2021-01-03 14:43:29 +01:00
2021-01-05 02:00:51 +08:00
2021-01-01 17:22:23 +01:00
2021-01-04 11:14:40 +00:00
2021-01-04 11:12:42 -05:00
2021-01-05 02:00:46 +08:00
2020-12-09 16:32:03 +00:00