diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-05-26 03:38:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-26 03:38:18 +0200 |
| commit | a49ae1c40f1e6885d9051071603cca7c9e49cea3 (patch) | |
| tree | c1f5c3cea31d5ad0c485f6add75365334cf264f7 /compiler/rustc_mir_transform/src/coverage/counters.rs | |
| parent | 8624f9c62f012f253c49da4c33a5445cd8611643 (diff) | |
| parent | 6d47489e568a80b2c29c56b3664cc41c30a8f8fa (diff) | |
| download | rust-a49ae1c40f1e6885d9051071603cca7c9e49cea3.tar.gz rust-a49ae1c40f1e6885d9051071603cca7c9e49cea3.zip | |
Rollup merge of #141472 - fluiderson:dev, r=workingjubilee
Attempt to improve the `std::fs::create_dir_all` docs related to atomicity The original paragraph was added in rust-lang/rust#124520. It doesn't match the actual code logic. It says "function returns an error" if "the parent components" _(which also implies directories)_ "have been created already". The code is as follows: https://github.com/rust-lang/rust/blob/e88e85463468ce5d5ce468414eb69e3b15fa8d42/library/std/src/fs.rs#L3146 https://github.com/rust-lang/rust/blob/e88e85463468ce5d5ce468414eb69e3b15fa8d42/library/std/src/fs.rs#L3160 These lines suppress all errors if any path component is a directory. I've updated the paragraph to mirror this.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/counters.rs')
0 files changed, 0 insertions, 0 deletions
