bors[bot] 0129790a8f Merge #1432
1432: Make fill_match_arm work with trivial arm r=matklad a=ironyman

Addresses this issue https://github.com/rust-analyzer/rust-analyzer/issues/1399

One minor issue I noticed is that complete_postfix creates an arm like this

```
                match E::X {
                    <|>_ => {},
                }
```

but fill_match_arms creates arms like this
```
                     E::X => (), 
```

Co-authored-by: ironyman <ironyman@users.noreply.github.com>
Co-authored-by: Changyu Li <changyl@microsoft.com>
2019-06-25 21:06:17 +00:00
..
2019-06-25 13:26:12 -07:00
2019-06-25 20:57:42 +09:00
2019-06-24 10:21:36 +00:00
2019-06-06 10:06:46 +08:00
2019-06-24 10:10:05 +00:00
2019-06-04 14:46:22 +03:00
2019-06-24 10:10:05 +00:00
2019-06-04 18:05:07 -04:00
2019-06-17 00:07:31 +06:00
2019-06-04 18:05:07 -04:00
2019-06-04 18:05:07 -04:00
2019-06-04 18:05:07 -04:00