Stabilize `seek_seek_relative` by slanterns · Pull Request #123817 · rust-lang/rust
rustbot
added
S-waiting-on-review
labels
Apr 11, 2024
rustbot
added
T-libs-api
and removed T-libs
Relevant to the library team, which will review and decide on the PR/issue.labels
Apr 11, 2024
bors
added
S-waiting-on-bors
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
May 13, 2024matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
May 13, 2024Stabilize `seek_seek_relative`
This PR stabilizes `seek_seek_relative`:
```rust
// std::io::Seek
trait Seek {
fn seek_relative(&mut self, offset: i64) -> Result<()>;
}
```
<br>
Tracking issue: rust-lang#117374.
Implementation PR: rust-lang#116750.
FCPs already completed in the tracking issue.
Closes rust-lang#117374.
r? libs-api
bors added a commit to rust-lang-ci/rust that referenced this pull request
May 13, 2024…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#119515 (style-guide: Format single associated type `where` clauses on the same line) - rust-lang#119959 ([meta] Clarify prioritization alert) - rust-lang#123817 (Stabilize `seek_seek_relative`) - rust-lang#124532 (elaborate obligations in coherence) - rust-lang#125063 (Don't call `env::set_var` in `rustc_driver::install_ice_hook`) r? `@ghost` `@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request
May 13, 2024…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#119515 (style-guide: Format single associated type `where` clauses on the same line) - rust-lang#119959 ([meta] Clarify prioritization alert) - rust-lang#123817 (Stabilize `seek_seek_relative`) - rust-lang#125063 (Don't call `env::set_var` in `rustc_driver::install_ice_hook`) - rust-lang#125071 (Migrate rustdoc target spec json path) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
May 13, 2024Rollup merge of rust-lang#123817 - slanterns:seek_relative, r=dtolnay Stabilize `seek_seek_relative` This PR stabilizes `seek_seek_relative`: ```rust // std::io::Seek trait Seek { fn seek_relative(&mut self, offset: i64) -> Result<()>; } ``` <br> Tracking issue: rust-lang#117374. Implementation PR: rust-lang#116750. FCPs already completed in the tracking issue. Closes rust-lang#117374. r? libs-api
label
Jun 27, 2024This 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