chore(proof): add panic message to exit syscall#3004
Conversation
|
Hi @einar-oplabs, included |
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. |
|
This pull request has been automatically marked as stale because it has been inactive for 3 weeks. |
|
Hi @emhane, could you please review this PR when you have a chance? Thanks! |
The `exit` syscall should never return, but the empty `panic!()` provides zero diagnostic value if it does. Reopen: op-rs/kona#2986
The `exit` syscall should never return, but the empty `panic!()` provides zero diagnostic value if it does. Reopen: op-rs/kona#2986
The
exitsyscall should never return, but the emptypanic!()provides zero diagnostic value if it does. Reopen: #2986