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
{{ message }}
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
Doesn't compile out of the box. There is error with byteorder::Error
error[E0433]: failed to resolve. Could not find Error in byteorder
--> src\lib.rs:712:38
|
712 | Err(e) => Err(byteorder::Error::Io(e))
| ^^^^^ Could not find Error in byteorder
The text was updated successfully, but these errors were encountered:
fdubois1
changed the title
It doesn't compile
It doesn't compile with byteorder v1.2.1
Jan 26, 2018
Doesn't compile out of the box. There is error with byteorder::Error
error[E0433]: failed to resolve. Could not find
Error
inbyteorder
--> src\lib.rs:712:38
|
712 | Err(e) => Err(byteorder::Error::Io(e))
| ^^^^^ Could not find
Error
inbyteorder
The text was updated successfully, but these errors were encountered: