Skip to content

Instantly share code, notes, and snippets.

@eddyb
Forked from alexcrichton/gist:44bc841863c612b80246
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eddyb/9c022a0b320ce9ecbbeb to your computer and use it in GitHub Desktop.
Save eddyb/9c022a0b320ce9ecbbeb to your computer and use it in GitHub Desktop.
rustc-host-x86_64-unknown-linux-gnu: libgraphviz
src/libgraphviz/lib.rs:373:16: 373:36 error: mismatched types:
expected `Option<Id<'a>>`,
found `Result<Id<'_>, _>`
(expected enum `Option`,
found enum `Result`)
src/libgraphviz/lib.rs:373 return Ok(Id{ name: name });
^~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment