Closed fujiapple852 closed 4 years ago
Invoking Error::to_string() results in a stack overflow for various error types. This is a simply fix to avoid the recursive call in Display::fmt.
Error::to_string()
Display::fmt
Thanks!
Invoking
Error::to_string()
results in a stack overflow for various error types. This is a simply fix to avoid the recursive call inDisplay::fmt
.