Skip to content

Instantly share code, notes, and snippets.

@sbeckeriv
Created March 6, 2016 20:53
Show Gist options
  • Save sbeckeriv/3866bd2ab7241da32b7c to your computer and use it in GitHub Desktop.
Save sbeckeriv/3866bd2ab7241da32b7c to your computer and use it in GitHub Desktop.
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