Deadbeef
f8ca417559
reword error for invalid range patterns
...
For half-open ranges, specifies that the upper bound cannot be the minimum.
Also specify that this only applies to range patterns and not also expressions.
2025-12-02 18:28:05 +00:00
Folkert de Vries
040f71e812
loop match: error on #[const_continue] outside #[loop_match]
2025-08-01 00:28:52 +02:00
Folkert de Vries
8fdf0ef0ae
loop match: handle opaque patterns
...
fixes issue 143203
2025-07-01 15:53:52 +02:00
Folkert de Vries
aa7cc5d2f4
loop match: run exhaustiveness check
2025-07-01 15:53:50 +02:00
bjorn3
ba5556d239
Add #[loop_match] for improved DFA codegen
...
Co-authored-by: Folkert de Vries <folkert@folkertdev.nl>
2025-06-23 20:43:04 +02:00