Static rustc_const_eval::CTRL_C_RECEIVED
source ยท pub static CTRL_C_RECEIVED: AtomicBool
Expand description
rustc_driver::main
installs a handler that will set this to true
if
the compiler has been sent a request to shut down, such as by a Ctrl-C.
This static lives here because it is only read by the interpreter.