rust/doc
Haitao Li f4eb25e0d0 tutorial: Fix type mismatch in example FFI code
Compile error:
time.rs:13:23: 13:43 error: mismatched types: expected
*R[tv_sec=mMltv_usec=mMl] but found *R[tv_sec=Mltv_usec=Ml] (record
elements differ in mutability)
time.rs:13     libc::gettimeofday(std::ptr::addr_of(x),
std::ptr::null());
                                  ^~~~~~~~~~~~~~~~~~~~
error: aborting due to previous errors
rust: upcall fail 'explicit failure', ../src/comp/driver/session.rs:70
rust: domain main @0x9dfd178 root task failed
2011-11-17 22:50:08 +08:00
..
tutorial tutorial: Fix type mismatch in example FFI code 2011-11-17 22:50:08 +08:00
Languages.txt Add more std documentation 2011-10-26 11:47:42 -07:00
rust.texi Document crate top-level and directory modules. Closes #1097 2011-11-07 13:34:04 -08:00
std.css Use web-style paragraphs in std docs 2011-10-26 11:55:28 -07:00
Topics.txt Add more std documentation 2011-10-26 18:32:34 -07:00