This is also undefined behavior (according to the rust book), calling `std::str::from_utf8_unchecked(..)` on something which is not UTF-8. <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"Serial-ATA"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->
This is also undefined behavior (according to the rust book), calling
std::str::from_utf8_unchecked(..)on something which is not UTF-8.