Skip to content

Instantly share code, notes, and snippets.

@jmgrosen
Created July 6, 2013 02:53
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 jmgrosen/5938439 to your computer and use it in GitHub Desktop.
Save jmgrosen/5938439 to your computer and use it in GitHub Desktop.
gl/camera.rs:6:4: 6:9 error: unresolved import. maybe a missing `extern mod extra`?
gl/camera.rs:6 use extra::arc;
^~~~~
gl/camera.rs:6:4: 6:14 error: failed to resolve import `extra::arc`
gl/camera.rs:6 use extra::arc;
^~~~~~~~~~
error: aborting due to 2 previous errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment