Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | infer: Make expected rhs type for plain assign the lhs type | Emil Lauridsen | 2020-05-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | 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; // TODO: Fix inference for this in RA loop { end = Some(true); } } ``` | ||||
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -13/+11 |
| | |||||
* | Fix inference for shift operators | Florian Diebold | 2020-01-17 | 1 | -3/+12 |
| | | | | Fixes #2602. | ||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+50 |