Skip to content

I disabled test/compile-fail/vec-concat-bug.rs #2140

New issue

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

Closed
marijnh opened this issue Apr 6, 2012 · 1 comment
Closed

I disabled test/compile-fail/vec-concat-bug.rs #2140

marijnh opened this issue Apr 6, 2012 · 1 comment
Assignees
Labels
A-type-system Area: Type system
Milestone

Comments

@marijnh
Copy link
Contributor

marijnh commented Apr 6, 2012

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.

@ghost ghost assigned nikomatsakis Apr 12, 2012
@brson
Copy link
Contributor

brson commented Jul 31, 2012

This test is enabled again.

@brson brson closed this as completed Jul 31, 2012
bors added a commit to rust-lang-ci/rust that referenced this issue Sep 22, 2022
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
Kobzol pushed a commit to Kobzol/rust that referenced this issue Dec 30, 2024
bors pushed a commit to rust-lang-ci/rust that referenced this issue Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-type-system Area: Type system
Projects
None yet
Development

No branches or pull requests

3 participants