bors[bot] cc284dad30 Merge #1122
1122: Add explicit type assist. r=matklad a=marcogroppo

This assist can be used to specify the explicit type in let statements. For example `let num = 1;` becomes `let num: i32 = 1;`. 

The assist is applicable only if the inferred type is fully known.


Co-authored-by: Marco Groppo <marco.groppo@gmail.com>
2019-04-09 19:16:28 +00:00
..
2019-04-03 09:09:11 +00:00
⬆️ salsa
2019-04-04 10:02:53 +03:00
2019-04-02 10:23:29 +03:00
2019-04-09 14:45:04 +03:00
2019-04-09 16:08:24 +03:00
2019-04-08 20:32:21 +08:00
2019-04-09 10:26:51 +03:00
2019-04-09 10:26:51 +03:00