mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 14:17:23 +00:00
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.