mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
8d38f2fb11
MIR operators: clarify Shl/Shr handling of negative offsets "made unsigned" was not fully clear (made unsigned how? by using `abs`? no), so let's say "re-interpreted as an unsigned value of the same size" instead. r? `@scottmcm`
For more information about how rustc works, see the rustc dev guide.