|
|
|
|
|
by jondwillis
969 days ago
|
|
Why can’t provenance of throws be traced with certainty? It is possible to trace the return type of functions. Even if it were an opt-in/progressive adoption keyword like “throws” that enforced some compiler guardrails, I think that could be a huge win for reducing unexpected runtime exceptions. |
|
Rust didn't solve that either, does it? It just panics.