We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06675ca commit e398a72Copy full SHA for e398a72
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