[src]

Function std::rt::unwind::begin_unwind_raw

pub fn begin_unwind_raw(msg: *u8, file: *u8, line: uint) -> !

This is the entry point of unwinding for things like lang items and such. The arguments are normally generated by the compiler, and need to have static lifetimes.