-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Implement stabilization of #[feature(io_safety)]
.
#95118
Implement stabilization of #[feature(io_safety)]
.
#95118
Conversation
r? @yaahc (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
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
@bors r+ |
📌 Commit f8f557de8fcedcbe498fb57d3ffc697070ee1fa7 has been approved by |
⌛ Testing commit f8f557de8fcedcbe498fb57d3ffc697070ee1fa7 with merge 0cf727f72fd6b13730839ec56bb0bbef4b7c48f1... |
💔 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.
I missed adding a |
@bors r+ |
📌 Commit 1237232 has been approved by |
…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
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
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.
So we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
So we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
So we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
Implement stabilization of I/O safety, aka
#[feature(io_safety)]
.Fixes #87074.