mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
17c9a22d48
Impl `Error` for `FromSecsError` without foreign type Using it through the crate-local path in `std` means that it shouldn't make an "Implementations on Foreign Types" section in the `std::error::Error` docs.