-
-
Save sbeckeriv/3866bd2ab7241da32b7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/cargo/util/network.rs:21:18: 21:28 error: mismatched types: | |
expected `core::result::Result<T, Box<util::errors::CargoError + 'static>>`, | |
found `core::result::Result<T, E>` | |
(expected box, | |
found type parameter) [E0308] | |
src/cargo/util/network.rs:21 result = callback(); | |
^~~~~~~~~~ | |
src/cargo/util/network.rs:21:18: 21:28 help: run `rustc --explain E0308` to see a detailed explanation | |
error: aborting due to previous error | |
Could not compile `cargo`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment