File tree Expand file tree Collapse file tree 3 files changed +11
-381
lines changed Expand file tree Collapse file tree 3 files changed +11
-381
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ pub mod c_str;
58
58
pub mod exclusive;
59
59
pub mod local;
60
60
pub mod local_data;
61
- pub mod local_heap;
62
61
pub mod mutex;
63
62
pub mod rtio;
64
63
pub mod stack;
@@ -105,9 +104,8 @@ pub static DEFAULT_ERROR_CODE: int = 101;
105
104
106
105
/// One-time runtime initialization.
107
106
///
108
- /// Initializes global state, including frobbing
109
- /// the crate's logging flags, registering GC
110
- /// metadata, and storing the process arguments.
107
+ /// Initializes global state, including frobbing the crate's logging flags,
108
+ /// and storing the process arguments.
111
109
pub fn init ( argc : int , argv : * const * const u8 ) {
112
110
// FIXME: Derefing these pointers is not safe.
113
111
// Need to propagate the unsafety to `start`.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments