bors[bot] 4c1ea0b628 Merge #987
987: Refactor maybe_item to use Marker argument r=pcpthm a=pcpthm

As suggested at <https://github.com/rust-analyzer/rust-analyzer/pull/980#issuecomment-473659745>.
For expression paring functions, changing signature
- from `fn(&mut Parser) -> Option<CompletedMarker>` to `fn(&mut Parser, Marker) -> Result<CompletedMarker, Marker>`
- from `fn(&mut Parser) -> CompletedMarker` to `fn(&mut Parser, Marker) -> CompletedMarker`
is my plan.

Co-authored-by: pcpthm <pcpthm@gmail.com>
2019-03-18 04:16:20 +00:00
..
2019-03-05 10:26:36 -05:00
2019-03-17 21:41:37 +00:00
2019-03-17 12:53:22 +03:00
2019-03-05 10:26:36 -05:00
2019-03-18 04:16:20 +00:00
2019-03-17 14:34:14 +00:00
2019-03-17 12:53:22 +03:00
2019-03-05 18:19:36 -03:00