mirror of
https://github.com/async-rs/async-std.git
synced 2025-12-13 00:33:05 +00:00
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).
|
||
|---|---|---|
| .. | ||
| ci.yml | ||