rust-analyzer/crates/hir
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
..
src Make it possible to retrieve hir::Function's return type 2021-01-04 19:14:44 +01:00
Cargo.toml Update crates 2020-12-30 10:39:50 -05:00