condition(s) violated: slice::split_at_unchecked requires the index to be within the slice This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.unsafe precondition(s) violated: slice::split_at_mut_unchecked requires the index to be within the slice This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.mid > lenindex not foundassertion failed: indices.capacity() - indices.len() >= entries.len()internal error: entered unreachable codecapacity overflowTrustedLen iterator's size hint is not exact: unsafe precondition(s) violated: Vec::set_len requires that new_len <= capacity() This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.unsafe precondition(s) violated: invalid value for `char` This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.Malformed size_hint assertion failed: step != 0MergeErrorunsafe precondition(s) violated: usize::unchecked_add cannot overflow This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.align_offset: align is not a power-of-twounsafe precondition(s) violated: hint::assert_unchecked must never be called when the condition is false This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.unsafe precondition(s) violated: hint::unreachable_unchecked must never be reached This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX` This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.is_aligned_to: align is not a power-of-twounsafe precondition(s) violated: slice::from_raw_parts_mut requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX` This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.assertion failed: self.is_special()unsafe precondition(s) violated: NonZero::new_unchecked requires the argument to be non-zero This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.is_nonoverlapping: `size_of::() * count` overflows a usizerange start index out of range for slice of length should be <= range end index