Comment by vips7L
3 days ago
They are a good idea. Checked errors are so important for correctness. HN’s darling Rust exclusively uses checked errors.
3 days ago
They are a good idea. Checked errors are so important for correctness. HN’s darling Rust exclusively uses checked errors.
Rust has panic, although intended for “unrecoverable” errors only.