1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-05 14:10:29 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
7e59a106a1 As done in Rust book
https://doc.rust-lang.org/rust-by-example/error/multiple_error_types/boxing_errors.html
2023-08-14 16:58:18 +02:00
0ac245ee61 Invert std::error and thiserror::Error 2023-08-14 16:55:06 +02:00
2721f979ea Move thiserror::error
It is slightly confusing to import a symbol called `Error` twice
2023-08-14 16:44:36 +02:00
aba7fd7f56 Simplify error handling pages (#851)
This makes the `use` statements more consistent and shortens some
variable names.
2023-06-22 16:27:06 +02:00
79f5f0dade Add slide about Box<dyn Error> before introducing anyhow. 2023-01-27 17:54:37 +00:00