about summary refs log tree commit diff
path: root/src/libnative
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-03-22 07:53:15 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-03-23 09:45:13 -0700
commitda118e88d5f5814e5a7fad4dbeb8cc125054c5da (patch)
tree376ec09b56dc09d213fdaedd249f28851e2dd6a6 /src/libnative
parentcafb7ed6f671a0102c4df9abad43b747c00f5cdf (diff)
downloadrust-da118e88d5f5814e5a7fad4dbeb8cc125054c5da.tar.gz
rust-da118e88d5f5814e5a7fad4dbeb8cc125054c5da.zip
Snapshot cleanup
Diffstat (limited to 'src/libnative')
-rw-r--r--src/libnative/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnative/lib.rs b/src/libnative/lib.rs
index da8f2ea139d..34e85a9819a 100644
--- a/src/libnative/lib.rs
+++ b/src/libnative/lib.rs
@@ -69,7 +69,7 @@ static OS_DEFAULT_STACK_ESTIMATE: uint = 1 << 20;
 static OS_DEFAULT_STACK_ESTIMATE: uint = 2 * (1 << 20);
 
 #[lang = "start"]
-#[cfg(not(test), not(stage0))]
+#[cfg(not(test))]
 pub fn lang_start(main: *u8, argc: int, argv: **u8) -> int {
     use std::cast;
     start(argc, argv, proc() {