mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
28f0171dbd
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>