rust/crates/ra_hir_ty
bors[bot] c8557b91a3
Merge #4958
4958: Infer FnSig via Fn traits r=flodiebold a=adamrk

Addresses https://github.com/rust-analyzer/rust-analyzer/issues/4481.
When inferring types check if the callee implements one of the builtin `Fn` traits. Also autoderef the callee before trying to figure out it's `FnSig`. 

Co-authored-by: adamrk <ark.email@gmail.com>
2020-06-20 15:10:35 +00:00
..
src Merge #4958 2020-06-20 15:10:35 +00:00
Cargo.toml Upgrade Chalk to published version 2020-06-05 17:06:07 +02:00