]> git.lizzy.rs Git - rust.git/blob - src/doc/style/errors/handling.md
Changed issue number to 36105
[rust.git] / src / doc / style / errors / handling.md
1 % Handling errors
2
3 ### Use thread isolation to cope with failure. [FIXME]
4
5 > **[FIXME]** Explain how to isolate threads and detect thread failure for recovery.
6
7 ### Consuming `Result` [FIXME]