Skip to content

Commit 71db8a5

Browse files
committed
---
yaml --- r: 23557 b: refs/heads/master c: 31bbcf0 h: refs/heads/master i: 23555: 3dededc v: v3
1 parent 1800edd commit 71db8a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: cfbc7cbdc7cd09490c7c723758329b5ba78e5f9f
2+
refs/heads/master: 31bbcf026727cf69e2c4b756a6d2ddc584274056
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libcore/core.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import Option = option::Option;
88
#[cfg(stage0)]
99
import option = option::Option;
1010

11+
import result::{Result, Ok, Err};
12+
1113
import Path = path2::Path;
1214
import GenericPath = path2::GenericPath;
1315
import WindowsPath = path2::WindowsPath;
@@ -24,6 +26,7 @@ import to_str::ToStr;
2426

2527
export Path, WindowsPath, PosixPath, GenericPath;
2628
export Option, Some, None, unreachable;
29+
export Result, Ok, Error;
2730
export extensions;
2831
// The following exports are the extension impls for numeric types
2932
export Num, Times, TimesIx;

0 commit comments

Comments
 (0)