Open
Description
As per gen_blocks RFC:
Even when ? is used within a gen block, the block must return a value of type unit or !. That is, it does not return a value of Some(..), Ok(..), or Continue(..) as other such blocks might.
But currently upon using ?
an error occurs: cannot use the ? operator in a gen block that returns ()
To reproduce: https://godbolt.org/z/4fGT9EM8q