hax icon indicating copy to clipboard operation
hax copied to clipboard

Unsupported Rust: range patterns

Open W95Psp opened this issue 1 year ago • 1 comments

fn f() {
    match 4 {
        1..10 => (),
        _ => ()
    }
}

Open this code snippet in the playground

W95Psp avatar Sep 30 '24 10:09 W95Psp

@maximebuyse, that's probably something you will want to look at, that should be fairly simple to add on top of #878!

W95Psp avatar Oct 02 '24 06:10 W95Psp