about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-05-16 07:19:39 +0200
committerGitHub <noreply@github.com>2025-05-16 07:19:39 +0200
commit370cd22e475c0072955e4be100da04f6352f2d4b (patch)
treea2016ad6e42767da43f3c3594f914f61ae8685df /compiler/rustc_interface/src
parente4929b530e202539abf753673fc9aadd564680a5 (diff)
parentaeea4727a4a00030fa888eccb10bcc372c4b7d2d (diff)
downloadrust-370cd22e475c0072955e4be100da04f6352f2d4b.tar.gz
rust-370cd22e475c0072955e4be100da04f6352f2d4b.zip
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.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions