Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
result: without exception do not throw when Result Err just abort
For WASM targets the `cc` crate changed to always set `-fno-exceptions`, before only `-fignore-exceptions` was being set elsewhere, so now programs fail to build when using `cxx` if any `throw` or `try ... catch` are used. > error: cannot use 'throw' with exceptions disabled Instead of throwing just abort.
- Loading branch information