diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-03-22 07:53:15 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-03-23 09:45:13 -0700 |
| commit | da118e88d5f5814e5a7fad4dbeb8cc125054c5da (patch) | |
| tree | 376ec09b56dc09d213fdaedd249f28851e2dd6a6 /src/libnative | |
| parent | cafb7ed6f671a0102c4df9abad43b747c00f5cdf (diff) | |
| download | rust-da118e88d5f5814e5a7fad4dbeb8cc125054c5da.tar.gz rust-da118e88d5f5814e5a7fad4dbeb8cc125054c5da.zip | |
Snapshot cleanup
Diffstat (limited to 'src/libnative')
| -rw-r--r-- | src/libnative/lib.rs | 2 |
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() { |
