Remove "sys isn't exported yet" phrase#97499
Conversation
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
|
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ rollup |
|
📌 Commit eebf7cb8ba57840343adb4f207a0fa482c31432d has been approved by |
|
⌛ Testing commit eebf7cb8ba57840343adb4f207a0fa482c31432d with merge 14691fdbc927adce9e7fdbfb5302385568042c99... |
|
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
The oldest occurence is from 9e224c2, which is from the pre-1.0 days. In the years since then, std::sys still hasn't been exported, and the last attempt was met with strong criticism: rust-lang#97151 Thus, removing the "yet" part makes a lot of sense.
|
@bors r+ |
|
📌 Commit 6d63d3b has been approved by |
Rollup of 6 pull requests Successful merges: - rust-lang#97494 (Use Box::new() instead of box syntax in library tests) - rust-lang#97499 (Remove "sys isn't exported yet" phrase) - rust-lang#97504 (Ensure source file present when calculating max line number) - rust-lang#97519 (Re-add help_on_error for download-ci-llvm) - rust-lang#97531 (Note pattern mismatch coming from `for` loop desugaring) - rust-lang#97545 (Reword safety comments in core/hash/sip.rs) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The oldest occurence is from 9e224c2,
which is from the pre-1.0 days. In the years since then, std::sys still
hasn't been exported, and the last attempt was met with strong criticism:
#97151
Thus, removing the "yet" part makes a lot of sense.