This method allows writing code that consistently fails in case of
dereferencing an ErrorOr<> containing no value rather than crashing in debug and
using uninitialized data in release build.
Details
Details
- Reviewers
• rafael
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I don't think we should be burying invisible calls to report_fatal_error in
libraries. Can you point at the code which wants to do this?