Function compiler_builtins::int::specialized_div_rem::zero_div_fn
source · fn zero_div_fn() -> !Expand description
The behavior of all divisions by zero is controlled by this function. This function should be
impossible to reach by Rust users, unless compiler-builtins public division functions or
core/std::unchecked_div/rem are directly used without a zero check in front.