|
|
|
|
|
by jimis
1947 days ago
|
|
I find this article hard to read. But I believe its point stands. In Rust: - You bubble up errors using `?` operator,
- then you get a nice error message.
- However the location of the error is lost, the more complex the program, the harder it is to figure out where "permission denied" for example comes from.
|
|