Skip to content

Instantly share code, notes, and snippets.

@euphoris
Created April 14, 2013 08:54
Show Gist options
  • Save euphoris/5382006 to your computer and use it in GitHub Desktop.
Save euphoris/5382006 to your computer and use it in GitHub Desktop.
$ rust build bindgen.rc
main.rs:1:4: 1:27 error: failed to resolve import: core::hashmap::HashMap
main.rs:1 use core::hashmap::HashMap;
^~~~~~~~~~~~~~~~~~~~~~~
gen.rs:2:4: 2:27 error: failed to resolve import: core::hashmap::HashSet
gen.rs:2 use core::hashmap::HashSet;
^~~~~~~~~~~~~~~~~~~~~~~
error: failed to resolve imports
error: aborting due to 3 previous errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment