tion(s) violated: str::get_unchecked requires that the range is within the string 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: 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.TrustedLen 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.assertion failed: nxt.is_some()Hash table capacity overflowassertion failed: buckets.is_power_of_two()assertion failed: index < self.buckets()assertion failed: self.items <= capacitythis function can only be called on non-empty tables€