mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-31 18:25:50 +00:00
Fix join_paths error display. On unix, the error from `join_paths` looked like this: ``` path segment contains separator `58` ``` This PR changes it to look like this: ``` path segment contains separator `:` ```