mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-26 09:18:42 +08:00
splits -> groups
This commit is contained in:
parent
cd7932f0dd
commit
9154816eb5
@ -8,7 +8,7 @@ some action in that situation. This makes your program safer and more robust by
|
|||||||
eliminating the possibility of unexpected errors being discovered late in the
|
eliminating the possibility of unexpected errors being discovered late in the
|
||||||
development process.
|
development process.
|
||||||
|
|
||||||
Rust splits errors into two major kinds: errors that are recoverable, and
|
Rust groups errors into two major kinds: errors that are recoverable, and
|
||||||
errors that are not recoverable. What does it mean to "recover" from an
|
errors that are not recoverable. What does it mean to "recover" from an
|
||||||
error? In the simplest sense, it relates to the answer of this question:
|
error? In the simplest sense, it relates to the answer of this question:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user