]> git.lizzy.rs Git - rust.git/commit
Merge #5756
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 14 Aug 2020 10:06:03 +0000 (10:06 +0000)
committerGitHub <noreply@github.com>
Fri, 14 Aug 2020 10:06:03 +0000 (10:06 +0000)
commit674af600f105abe1dcb6c7654058e7df5a402429
treeb1c9f3e698780720aa2c92dbfb9c2e3ae07a4bdd
parentf1f73649a686dc6e6449afc35e0fa6fed00e225d
parent8fc254597f7351e06b19052933aa01a044583b71
Merge #5756

5756: Sophisticate Windows path encoding r=matklad a=pragmatrix

As discussed in #5475, path encoding should be agnostic of the drive letter casing on Windows.

Compared to the problem it solves, the code added seems a lot and may introduce other problems. But I've not found a simpler way basing this on the public API surface that Rust offers.

Fixes #5484.

cc @Emilgardis

Co-authored-by: Armin Sander <armin@replicator.org>