Constant alloc::sync::INTERNAL_OVERFLOW_ERROR
source · const INTERNAL_OVERFLOW_ERROR: &str = "Arc counter overflow";
Expand description
The error in case either counter reaches above MAX_REFCOUNT
, and we can panic
safely.