Function rustrt::unwind::rust_begin_unwind[src]
pub fn rust_begin_unwind(msg: &Arguments, file: &'static str, line: uint) -> !
pub fn rust_begin_unwind(msg: &Arguments, file: &'static str, line: uint) -> !
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).