about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src
diff options
context:
space:
mode:
authorNoratrieb <48135649+Noratrieb@users.noreply.github.com>2025-06-01 11:43:55 +0200
committerNoratrieb <48135649+Noratrieb@users.noreply.github.com>2025-06-01 11:43:55 +0200
commit9f8e157a1f1942dcde6489b047aedcadc5a887a3 (patch)
tree1d71ff692d8541047935bf27ca69532b855fbf47 /compiler/rustc_driver_impl/src
parentaf0829b9f1875e811f5a8bb1d7cdca76aa596248 (diff)
downloadrust-9f8e157a1f1942dcde6489b047aedcadc5a887a3.tar.gz
rust-9f8e157a1f1942dcde6489b047aedcadc5a887a3.zip
Fix tokio/file-io.rs test relying on `read`/`write` not being short
The test did `write` and `read` and hoped that it would read/write
everything, which doesn't always happen and caused CI failures.
Switch to `write_all` and `read_to_end` to make it more reliable.
Diffstat (limited to 'compiler/rustc_driver_impl/src')
0 files changed, 0 insertions, 0 deletions