This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Restore rethrow's immediate argument? #126
Closed
Description
We left out rethrow
s immediate argument in the last CG meeting's poll because we weren't sure about the use cases, but @rossberg suggested one in #125 (comment).
I think having this functionality is in general good as long as there exist languages that
- Use
rethrow
instruction for their rethrowing functionality, i.e., want to relay some auxiliary info when rethrowing - Can specify an exception to rethrow from the stack of exceptions, as in the example in Proposed spec changes + rethrow question #125 (comment).
What do you think?
Metadata
Metadata
Assignees
Labels
No labels