[][src]Function ramp::ll::divide_by_zero

pub fn divide_by_zero() -> !

Called when a divide by zero occurs.

If debug assertions are enabled, a message is printed and the stack unwinds. Otherwise it will simply abort the process.