]> git.proxmox.com Git - rustc.git/blame - src/doc/style/errors/handling.md
New upstream version 1.12.1+dfsg1
[rustc.git] / src / doc / style / errors / handling.md
CommitLineData
85aaf69f
SL
1% Handling errors
2
bd371182 3### Use thread isolation to cope with failure. [FIXME]
85aaf69f 4
bd371182 5> **[FIXME]** Explain how to isolate threads and detect thread failure for recovery.
85aaf69f
SL
6
7### Consuming `Result` [FIXME]