mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
44bd31c216
Document panics on unsigned wrapping_div/rem calls (#116063) Add missing `# Panics` sections to the `uint_impl!` macro, documenting that the `wrapping_rem/div` calls will panic if passed zero.