Rust Internals
Adding a third error-handling type for when no added context is needed
language design
system
Closed
January 17, 2024, 5:01am
21
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
← previous page
Related topics
Topic
Replies
Views
Activity
Idea for improved error handling ergonomics
18
2793
March 25, 2019
Error ergonomics
language design
34
3764
March 25, 2019
Idea: `Option::is_none_or`/`Result::is_ok_or`/`Result::is_err_or`
3
193
October 19, 2024
[Closed, with a new one] Checked exception simulation in Rust( 2nd version )
30
4384
January 19, 2019
`if !cond { return ret; }` vs `ensure!(cond, ret)`
language design
16
2016
November 28, 2022