We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It passes just fine after its for-loop was changed to the new style, which suggests that the bug it was checking for isn't properly fixed yet.
The text was updated successfully, but these errors were encountered:
This test is enabled again.
Sorry, something went wrong.
Auto merge of rust-lang#2140 - V0ldek:page_size, r=RalfJung
b5fc544
Update GetSystemInfo to work with `page_size` (rust-lang#2136) - Change logic in GetSystemInfo shim to take into account the two possible layouts of `SYSTEM_INFO`, the first-field-is-union used by [winapi::um::sysinfoapi::SYSTEM_INFO](https://docs.rs/winapi/latest/winapi/um/sysinfoapi/struct.SYSTEM_INFO.html), and first-two-fields-are-inlined-union used by [num_cpus](https://github.com/seanmonstar/num_cpus/blob/5f1b03332000b4c4274b5bd35fac516049ff1c6b/src/lib.rs#L206). - Fill out the `dwPageSize` field with the `PAGE_SIZE` constant of `4096`. Closes rust-lang#2136
Make Diag a clickable link in Suggestion section (rust-lang#2140)
Diag
7d67cf4
836e361
nikomatsakis
No branches or pull requests
It passes just fine after its for-loop was changed to the new style, which suggests that the bug it was checking for isn't properly fixed yet.
The text was updated successfully, but these errors were encountered: