We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b162110 commit ab1f941Copy full SHA for ab1f941
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 06675caa42fc2651254a1bc65453c6e11ba1fe20
+refs/heads/master: e398a72c42856de4a047a463e721a18223d67e52
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
trunk/src/libcore/core.rs
@@ -26,7 +26,7 @@ import to_str::ToStr;
26
27
export Path, WindowsPath, PosixPath, GenericPath;
28
export Option, Some, None, unreachable;
29
-export Result, Ok, Error;
+export Result, Ok, Err;
30
export extensions;
31
// The following exports are the extension impls for numeric types
32
export Num, Times, TimesIx;
0 commit comments