Function rustc_driver::signal_handler::install
source · pub(crate) fn install()
Expand description
When an error signal (such as SIGABRT or SIGSEGV) is delivered to the process, print a stack trace and then exit.
pub(crate) fn install()
When an error signal (such as SIGABRT or SIGSEGV) is delivered to the process, print a stack trace and then exit.