mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
8834629b86
Improve Windows path prefix parsing This PR fixes improves parsing of Windows path prefixes. `parse_prefix` now supports both types of separators on Windows (`/` and `\`).