]> git.lizzy.rs Git - rust.git/commit
Merge #5326
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sun, 12 Jul 2020 09:45:37 +0000 (09:45 +0000)
committerGitHub <noreply@github.com>
Sun, 12 Jul 2020 09:45:37 +0000 (09:45 +0000)
commit28f0171dbdf51ab02bf3e8090d80dcdf0b733662
tree72dd0e6a6d4cb466c654986a903b974392d3375c
parent1a9d7724dac54510c7b702d11a126364604af61c
parent9d114b9707fd3d6aaa3224cd1794e8e49e433f36
Merge #5326

5326: infer: Add type inference support for Union types r=flodiebold a=otavio

This adds the type inference to Union types and add a small test case
for it, ensuring it keeps working in future.

Fixes: #5277
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
----

#

Co-authored-by: Otavio Salvador <otavio@ossystems.com.br>