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 15:43:14 +0200
committerNoratrieb <48135649+Noratrieb@users.noreply.github.com>2025-06-01 15:43:14 +0200
commitb88cbed741c7de3371e627004ba8fde62578c176 (patch)
treeec0c8105f9eadaeb4f23e3ecda483e9a7ba5629b /compiler/rustc_driver_impl/src
parent4b94f670de047b94753018935043e6eb82df0caf (diff)
downloadrust-b88cbed741c7de3371e627004ba8fde62578c176.tar.gz
rust-b88cbed741c7de3371e627004ba8fde62578c176.zip
Make sure to sync on file-io.rs tokio test
Tokio `AsyncWriteExt::write` doesn't actually ensure that the contents
have written, it just *starts* the write operation. To ensure that the
file has actually been written, we need to `sync_all` first.
Diffstat (limited to 'compiler/rustc_driver_impl/src')
0 files changed, 0 insertions, 0 deletions