fn unlikely_err()

in src/lib.rs [93:96]


fn unlikely_err(msg: String) -> Error {
    debug_assert!(false, "{msg}");
    Error::other(msg)
}