Skip to content

Commit 85aaa44

Browse files
committed
Turn on the new runtime
1 parent 52a37b6 commit 85aaa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/unstable/lang.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pub fn start(main: *u8, argc: int, argv: **c_char,
135135
use os;
136136

137137
unsafe {
138-
let use_old_rt = os::getenv("RUST_NEWRT").is_none();
138+
let use_old_rt = os::getenv("RUST_OLDRT").is_some();
139139
if use_old_rt {
140140
return rust_start(main as *c_void, argc as c_int, argv,
141141
crate_map as *c_void) as int;

0 commit comments

Comments
 (0)