rust/library/core
bors 44bd31c216 Auto merge of #116075 - Colonial-Dev:issue-116063-fix, r=Mark-Simulacrum
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.
2023-09-24 07:59:00 +00:00
..
benches fix 2023-07-23 09:58:31 +00:00
src Auto merge of #116075 - Colonial-Dev:issue-116063-fix, r=Mark-Simulacrum 2023-09-24 07:59:00 +00:00
tests Add the cfg_match! macro 2023-09-23 14:23:51 -03:00
Cargo.toml