Skip to content

Commit 5a69bff

Browse files
committed
---
yaml --- r: 183639 b: refs/heads/beta c: 64d33b1 h: refs/heads/master i: 183637: e398a24 183635: 1f81dcf 183631: 96d6c55 v: v3
1 parent 19f89d4 commit 5a69bff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: e4a74616bf32068a77d76cc2591b3969ea884b9f
34+
refs/heads/beta: 64d33b1e986116f7bec03b8f2c91fa925b957fa3
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
3737
refs/heads/tmp: eb836bf767aa1d8d4cba488a9091cde3c0ab4b2f

branches/beta/src/libstd/os.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -845,13 +845,13 @@ pub enum MapError {
845845
ErrAlreadyExists,
846846
/// Unrecognized error from `VirtualAlloc`. The inner value is the return
847847
/// value of GetLastError.
848-
ErrVirtualAlloc(uint),
848+
ErrVirtualAlloc(i32),
849849
/// Unrecognized error from `CreateFileMapping`. The inner value is the
850850
/// return value of `GetLastError`.
851-
ErrCreateFileMappingW(uint),
851+
ErrCreateFileMappingW(i32),
852852
/// Unrecognized error from `MapViewOfFile`. The inner value is the return
853853
/// value of `GetLastError`.
854-
ErrMapViewOfFile(uint)
854+
ErrMapViewOfFile(i32)
855855
}
856856

857857
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)