Implement stabilization of #[feature(io_safety)].#95118
Merged
bors merged 2 commits intorust-lang:masterfrom Jun 15, 2022
Merged
Implement stabilization of #[feature(io_safety)].#95118bors merged 2 commits intorust-lang:masterfrom
#[feature(io_safety)].#95118bors merged 2 commits intorust-lang:masterfrom
Conversation
Contributor
|
r? @yaahc (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
5 tasks
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
0498007 to
8fe7cca
Compare
This comment was marked as resolved.
This comment was marked as resolved.
8fe7cca to
23c7408
Compare
This comment was marked as resolved.
This comment was marked as resolved.
23c7408 to
5305138
Compare
This comment was marked as resolved.
This comment was marked as resolved.
e3881f4 to
f8f557d
Compare
Member
|
@bors r+ |
Collaborator
|
📌 Commit f8f557de8fcedcbe498fb57d3ffc697070ee1fa7 has been approved by |
Collaborator
|
⌛ Testing commit f8f557de8fcedcbe498fb57d3ffc697070ee1fa7 with merge 0cf727f72fd6b13730839ec56bb0bbef4b7c48f1... |
Collaborator
|
💔 Test failed - checks-actions |
Implement stabilization of [I/O safety], aka `#[feature(io_safety)]`. Fixes rust-lang#87074. [I/O safety]: https://github.com/rust-lang/rfcs/blob/master/text/3128-io-safety.md
f8f557d to
1237232
Compare
This comment has been minimized.
This comment has been minimized.
Member
Author
|
I missed adding a |
Member
|
@bors r+ |
Collaborator
|
📌 Commit 1237232 has been approved by |
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this pull request
Jun 15, 2022
…o-safety, r=joshtriplett Implement stabilization of `#[feature(io_safety)]`. Implement stabilization of [I/O safety], aka `#[feature(io_safety)]`. Fixes rust-lang#87074. [I/O safety]: https://github.com/rust-lang/rfcs/blob/master/text/3128-io-safety.md
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 15, 2022
Rollup of 3 pull requests Successful merges: - rust-lang#95118 (Implement stabilization of `#[feature(io_safety)]`.) - rust-lang#98110 (Make `ExprKind::Closure` a struct variant.) - rust-lang#98115 (Remove `rustc_deprecated` diagnostics) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Collaborator
18 tasks
Thomasdezeeuw
added a commit
to Thomasdezeeuw/socket2
that referenced
this pull request
Jul 26, 2022
In the future we'll switch to 1.63 so we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
Thomasdezeeuw
added a commit
to Thomasdezeeuw/socket2
that referenced
this pull request
Aug 13, 2022
So we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
Thomasdezeeuw
added a commit
to Thomasdezeeuw/socket2
that referenced
this pull request
Aug 13, 2022
So we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
Thomasdezeeuw
added a commit
to rust-lang/socket2
that referenced
this pull request
Aug 13, 2022
So we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
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.
Implement stabilization of I/O safety, aka
#[feature(io_safety)].Fixes #87074.