DoxigAlpha

panic_stage

Counts how many times the panic handler is invoked by this thread. This is used to catch and handle panics triggered by the panic handler.

Source

Implementation

#
threadlocal var panic_stage: usize = 0