riverbl

Results 2 issues of riverbl

Add assist for adding explicit discriminants to all variants of an enum. Closes #17798.

S-waiting-on-review

`mmap::Arena` has a lifetime parameter, but as far as I can tell the memory this refers to is `mmap`ed device memory managed by the `Arena` object itself. This memory is...