summaryrefslogtreecommitdiff
path: root/guides/rust
diff options
context:
space:
mode:
Diffstat (limited to 'guides/rust')
-rw-r--r--guides/rust/error-handling.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/rust/error-handling.org b/guides/rust/error-handling.org
index af499f0..14e4eae 100644
--- a/guides/rust/error-handling.org
+++ b/guides/rust/error-handling.org
@@ -8,3 +8,7 @@ ergonomics even further:
- snafu
- thiserror
- anyhow
+- eyre
+* Ongoing development
+Error handling now has a [[https://github.com/rust-lang/project-error-handling][dedicated project group]] under the [[https://www.rust-lang.org/governance/teams/library][library
+team]].