Constant const_panic::MAX_PANIC_MSG_LEN
source ยท pub const MAX_PANIC_MSG_LEN: usize = 32768;
Expand description
The maximum length of panic messages (in bytes), after which the message is truncated.
pub const MAX_PANIC_MSG_LEN: usize = 32768;
The maximum length of panic messages (in bytes), after which the message is truncated.