|
|
|
|
|
by edflsafoiewq
641 days ago
|
|
The GP said > Users would rather see an error saying “whoopsie, maybe try that again later” than for the program to exit To achieve this, you need to catch panics. Rust does not use Result for things the OP is talking about like asserts. |
|