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
I'd like to be able to use Result<u8, ParseIntError> as a function's return type without having to use directly core::num::ParseIntError since this is what parse::<u8> apparently returns now and thus us a public facing type.
(judging by the API docs)
I'd like to be able to use Result<u8, ParseIntError> as a function's return type without having to use directly
core::num::ParseIntError
since this is whatparse::<u8>
apparently returns now and thus us a public facing type.cc @alexcrichton
The text was updated successfully, but these errors were encountered: