|
|
|
|
|
by littlestymaar
395 days ago
|
|
> As I mentioned, panics can be handled but not recovered. You can use the panic handler to do these things just fine. Just not recover. What does this difference mean? If you can run arbitrary function in your panic handler, what prevents someone from continuing the program? |
|