Closed
Description
The parser cannot cope with the following code using slice patterns:
if let &[ref start.., ref end] = &variant_spans[..] {
The parser cannot cope with the following code using slice patterns:
if let &[ref start.., ref end] = &variant_spans[..] {