diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-04-09 14:52:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-09 14:52:36 +0200 |
| commit | 9e541c46733200a5ab5b6cbaf2b5c15249cda843 (patch) | |
| tree | 87d4f535be882e940a6aab8f7fa3ec098fed8643 /compiler/rustc_pattern_analysis/src/rustc | |
| parent | f06e5c1e35bc5bc6131c6f8a0eb782097e3f28c3 (diff) | |
| parent | edfc74722556c659de6fa03b23af3b9c8ceb8ac2 (diff) | |
| download | rust-9e541c46733200a5ab5b6cbaf2b5c15249cda843.tar.gz rust-9e541c46733200a5ab5b6cbaf2b5c15249cda843.zip | |
Rollup merge of #138869 - ChrisDenton:command-curdir, r=tgross35
Try not to use verbatim paths in `Command::current_dir` If possible, we should try not to use verbatim paths in `Command::current_dir`. It might work but it might also break code in the subprocess that assume the current directory isn't verbatim (including Windows APIs). cc ``@ehuss`` Side note: we now have a lot of ad-hoc fixes like this spread about the place. It'd be good to make a proper `WindowsPath` type that handles all this in one place. But that's a bigger job for another PR.
Diffstat (limited to 'compiler/rustc_pattern_analysis/src/rustc')
0 files changed, 0 insertions, 0 deletions
