-
Notifications
You must be signed in to change notification settings - Fork 875
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Insert backslash when appending to system drive (#9488)
## Summary When you pass a system drive to `Path::join`, Rust doesn't insert a backslash between the drive and the path itself, so our lookups for system configuration were failing. Closes #9416.
- Loading branch information
1 parent
aa68822
commit 201dfef
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters