forked from mirror/async-std
This adds a new "verbose-errors" feature flag to async-std that enables
wrapping certain errors in structures with more context. As an example,
we use it in `fs::File::{open,create}` to add the given path to the
error message (something that is lacking in std to annoyance of many).
|
||
|---|---|---|
| .. | ||
| addr.rs | ||
| block_on.rs | ||
| buf_writer.rs | ||
| channel.rs | ||
| io_timeout.rs | ||
| mutex.rs | ||
| rwlock.rs | ||
| stream.rs | ||
| task_local.rs | ||
| tcp.rs | ||
| udp.rs | ||
| uds.rs | ||
| verbose_errors.rs | ||