Uh oh!
There was an error while loading. Please reload this page.
add TCP_* consts for linux - #24611
Conversation
dovahcrow
commented
Apr 19, 2015
rust-highfive
commented
Apr 19, 2015
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see CONTRIBUTING.md for more information. |
alexcrichton
commented
Apr 20, 2015
Looks like this needs a rebase but otherwise r=me, thanks! |
a188c3a to
c11f86cComparedovahcrow
commented
Apr 21, 2015
rebased. On 2015年4月21日周二 上午12:09 Alex Crichton notifications@github.com wrote:
|
alexcrichton
commented
Apr 21, 2015
Looks like there's a tidy error unfortunately :( |
c11f86c to
7a0df61Comparedovahcrow
commented
Apr 21, 2015
It's ok for merging now, eventually. |
alexcrichton
commented
Apr 21, 2015
bors
commented
Apr 21, 2015
⌛ Testing commit 7a0df61 with merge 8ce245d... |
bors
commented
Apr 21, 2015
💔 Test failed - auto-mac-32-opt |
alexcrichton
commented
Apr 21, 2015
@bors: retry
|
PR rust-lang#24611 added these for other architectures, but missed the `#[cfg(any(target_arch = "mips", target_arch = "mipsel"))]` version of the module. The values are the same.
as dependency for #24594