Closed csgui closed 1 month ago
This error was caught by fuzzing tests on test instance.
ErrorMap::Panic is panicking instead of throwing a proper RuntimeErrorType::UnwrapFailure.
ErrorMap::Panic
RuntimeErrorType::UnwrapFailure
Fixed by #532
This error was caught by fuzzing tests on test instance.
ErrorMap::Panic
is panicking instead of throwing a properRuntimeErrorType::UnwrapFailure
.