Created
July 29, 2011 23:26
-
-
Save eholk/1114961 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| native "rust" mod rustrt { | |
| type rust_chan; | |
| type rust_port; | |
| fn upcall_new_chan(po : *rust_port) -> *rust_chan; | |
| fn upcall_del_chan(ch : *rust_chan); | |
| fn upcall_new_port(unit_sz : uint) -> *rust_port; | |
| fn upcall_del_port(po : *rust_port); | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error is...