Created
June 23, 2013 23:27
-
-
Save dcolish/5846918 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
omega:workspace (101) $ rust run simpleuv.rs | |
simpleuv.rs:1:4: 1:9 error: unresolved import. maybe a missing `extern mod extra`? | |
simpleuv.rs:1 use extra::uv_global_loop; | |
^~~~~ | |
simpleuv.rs:1:4: 1:25 error: failed to resolve import `extra::uv_global_loop` | |
simpleuv.rs:1 use extra::uv_global_loop; | |
^~~~~~~~~~~~~~~~~~~~~ | |
simpleuv.rs:2:4: 2:9 error: unresolved import. maybe a missing `extern mod extra`? | |
simpleuv.rs:2 use extra::uv_iotask; | |
^~~~~ | |
simpleuv.rs:2:4: 2:20 error: failed to resolve import `extra::uv_iotask` | |
simpleuv.rs:2 use extra::uv_iotask; | |
^~~~~~~~~~~~~~~~ | |
error: aborting due to 4 previous errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment