Matthias Krüger 370cd22e47
Rollup merge of #140910 - paolobarbolini:wasi-fs-incorrect-stabilization, r=joboet
Remove `stable` attribute from wasi fs (read_exact|write_all)_at

The docs for [`std::os::wasi::fs::FileExt::read_exact_at`](https://doc.rust-lang.org/1.86.0/std/os/wasi/fs/trait.FileExt.html#method.read_exact_at) and [`std::os::wasi::fs::FileExt::write_all_at`](https://doc.rust-lang.org/1.86.0/std/os/wasi/fs/trait.FileExt.html#method.write_all_at) show the methods to be stable since v1.33, which is not correct and was a mistake made when the methods were added in (https://github.com/rust-lang/rust/pull/74076#pullrequestreview-443124667). The reviewer seemed to think this was an insta-stabilization, but the entire file is marked as unstable so that was not right. The stabilization version would also have been wrong either way.
2025-05-16 07:19:39 +02:00
..
2025-05-12 15:33:30 +02:00
2025-05-12 15:33:30 +02:00
2025-05-12 15:33:37 +02:00
2025-04-04 14:47:04 +02:00
2025-05-12 15:33:37 +02:00
2025-05-14 13:52:31 +05:30
2025-05-12 15:33:37 +02:00
2025-05-12 15:33:37 +02:00
2025-03-29 13:08:18 +01:00
2025-03-29 13:08:18 +01:00
2025-05-12 15:33:37 +02:00
2025-05-12 15:33:37 +02:00
2025-04-28 11:13:50 +02:00