Remove raw_os_nonzero feature.#120295
Merged
bors merged 1 commit intorust-lang:masterfrom Jan 30, 2024
Merged
Conversation
Collaborator
|
r? @cuviper (rustbot has picked a reviewer for you, use r? to override) |
c777985 to
d4dc89d
Compare
This comment has been minimized.
This comment has been minimized.
d4dc89d to
b7021a1
Compare
This comment has been minimized.
This comment has been minimized.
b7021a1 to
ba449db
Compare
This comment has been minimized.
This comment has been minimized.
ba449db to
b90da26
Compare
This comment has been minimized.
This comment has been minimized.
b90da26 to
46788be
Compare
This comment has been minimized.
This comment has been minimized.
46788be to
f1d6299
Compare
This comment has been minimized.
This comment has been minimized.
f1d6299 to
1b45f67
Compare
Member
|
I'm clearing this from my queue while it's in draft, but you can use @rustbot author |
Collaborator
|
☔ The latest upstream changes (presumably #120401) made this pull request unmergeable. Please resolve the merge conflicts. |
1b45f67 to
b0fb107
Compare
This comment has been minimized.
This comment has been minimized.
b0fb107 to
cd1f2f7
Compare
Contributor
Author
|
r? @dtolnay |
Contributor
Author
|
@rustbot ready |
This comment has been minimized.
This comment has been minimized.
cd1f2f7 to
bf4de3a
Compare
dtolnay
approved these changes
Jan 30, 2024
Member
dtolnay
left a comment
There was a problem hiding this comment.
Thank you! Really glad to see this gone.
Member
|
@bors r+ |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 30, 2024
…llaumeGomez Rollup of 11 pull requests Successful merges: - rust-lang#117906 (Improve display of crate name when hovered) - rust-lang#118533 (Suppress unhelpful diagnostics for unresolved top level attributes) - rust-lang#120293 (Deduplicate more sized errors on call exprs) - rust-lang#120295 (Remove `raw_os_nonzero` feature.) - rust-lang#120310 (adapt test for v0 symbol mangling) - rust-lang#120342 (Remove various `has_errors` or `err_count` uses) - rust-lang#120434 (Revert outdated version of "Add the wasm32-wasi-preview2 target") - rust-lang#120445 (Fix some `Arc` allocator leaks) - rust-lang#120475 (Improve error message when `cargo build` is used to build the compiler) - rust-lang#120476 (Remove some unnecessary check logic for lang items in HIR typeck) - rust-lang#120485 (add missing potential_query_instability for keys and values in hashmap) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 30, 2024
Rollup merge of rust-lang#120295 - reitermarkus:remove-ffi-nonzero, r=dtolnay Remove `raw_os_nonzero` feature. This feature is superseded by a generic `NonZero` type: rust-lang#120257 Closes rust-lang#82363.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This feature is superseded by a generic
NonZerotype: #120257Closes #82363.