Function std::rt::unwind::begin_unwind[src]

pub fn begin_unwind<M: Send + Any>(msg: M, file: &'static str, line: uint) -> !

This is the entry point of unwinding for fail!() and assert!().