Files
rust/library/std/src
Matthias Krüger 746d507c72 Rollup merge of #113876 - darklyspaced:master, r=cuviper
fix docs & example for `std::os::unix::prelude::FileExt::write_at`

 Changelog:
 * used `File::create` instead of `File::read` to get a writeable file
 * explicity mentioned the bug with `pwrite64` in docs

Unfortunately, I don't think that there is really much we can do about this since the feature has already been stabilised.

We could potentially add a clippy lint warning people on Linux that using `write_at` with the `O_APPEND` flag does not exhibit the behaviour that they would have assumed.

fixes #113627
2023-07-22 11:48:54 +02:00
..
2023-07-12 20:10:52 +02:00
2022-08-01 20:10:40 +00:00
2022-12-11 01:20:18 -05:00
2022-12-11 01:20:18 -05:00
2023-04-27 15:56:57 +02:00
2023-05-03 22:09:33 -07:00
2022-09-26 10:14:45 +02:00
2023-07-09 17:32:26 -07:00
2023-07-09 17:32:26 -07:00
2023-07-19 14:10:07 +00:00
2023-06-21 01:08:10 +01:00
2023-04-29 19:04:16 +08:00