aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_flycheck
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-10 15:48:04 +0100
committerGitHub <[email protected]>2020-05-10 15:48:04 +0100
commit225f353aa26329260b8c7f69305f616a9edaad70 (patch)
tree3557b041edfbab6a1c85a1701d7d322b829a43a6 /crates/ra_flycheck
parent4578154b608fa075595103d0c933da60d55b25c8 (diff)
parent85d44cad45761a55741ff406e23f2e40b0f24b88 (diff)
Merge #4412
4412: infer: Make expected rhs type for plain assign the lhs type r=flodiebold a=kiljacken This fixes an issue where the following code sample would fail to infer the type contained in the option: ```rust fn main() { let mut end = None; // Was Option<{unknown}>, is now Option<bool> loop { end = Some(true); } } ``` Co-authored-by: Emil Lauridsen <[email protected]>
Diffstat (limited to 'crates/ra_flycheck')
0 files changed, 0 insertions, 0 deletions