jump through enough hoops for the poll lifetime to work out
you program rust for a few years and you think you're done tearing your hair out over lifetimes, well, you'll find yourself wrong
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
//! The real value of using `anyhow::Error` here is being able to use
|
||||
//! `anyhow::Result::context` to aid in debugging of errors.
|
||||
|
||||
pub use anyhow::Error;
|
||||
pub use anyhow::{Context, Error};
|
||||
|
||||
/// Internal error type for the `wasi-common` crate.
|
||||
/// Contains variants of the WASI `$errno` type are added according to what is actually used internally by
|
||||
|
||||
Reference in New Issue
Block a user