Files
rust/library/std/src
Matthias Krüger b0cbd4e5f3 Rollup merge of #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: https://github.com/rust-lang/rust/issues/117374.
Implementation PR: https://github.com/rust-lang/rust/pull/116750.

FCPs already completed in the tracking issue.

Closes https://github.com/rust-lang/rust/issues/117374.

r? libs-api
2024-05-13 20:29:18 +02:00
..
2023-12-10 10:56:22 +08:00
2023-12-10 10:56:22 +08:00
2023-08-13 13:07:53 -06:00
2024-04-10 13:50:27 -04:00
2024-04-10 13:50:27 -04:00
2023-12-22 11:01:42 +01:00
2024-03-20 15:35:13 +01:00
2024-01-11 11:30:12 -05:00
2023-12-10 10:56:22 +08:00
2024-05-01 22:19:11 -04:00
2023-05-03 22:09:33 -07:00
2024-02-29 14:28:47 -05:00
2023-11-26 09:25:07 +08:00
2024-04-10 13:50:27 -04:00
2024-04-10 13:50:27 -04:00
2024-05-01 22:19:11 -04:00
2023-12-12 18:12:23 +08:00
2024-05-01 21:01:51 -04:00
2024-04-08 11:57:17 +00:00
2024-05-01 21:01:51 -04:00
2024-03-07 07:49:22 +01:00