mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +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.