You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-22 08:45:09 +02:00
Publish Comprehensive Rust 🦀
This commit is contained in:
7
src/error-handling.md
Normal file
7
src/error-handling.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Error Handling
|
||||
|
||||
Error handling in Rust is done using explicit control flow:
|
||||
|
||||
* Functions that can have errors list this in their return type,
|
||||
* There are no exceptions.
|
||||
|
Reference in New Issue
Block a user