mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
37c77defb4
There was a macro parameter giving signed impls access to the corresponding unsigned type, but not the other way around. This will allow implementing methods converting in both directions.