You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ParseIntError is clunky as it can't be directly constructed, hence hacks like make_parse_int_err to make_neg_overflow_err. It could be cleaner to just have a proper Error struct for this.
Same applies for usage of core::fmt::Error
The text was updated successfully, but these errors were encountered:
Using ParseIntError is clunky as it can't be directly constructed, hence hacks like
make_parse_int_err
tomake_neg_overflow_err
. It could be cleaner to just have a proper Error struct for this.Same applies for usage of
core::fmt::Error
The text was updated successfully, but these errors were encountered: