85d44cad45
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); } } ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |