Skip to content

Fix join_paths error display. - #84177

Merged
bors merged 1 commit into
rust-lang:masterfrom
ehuss:join_paths-err
Apr 15, 2021
Merged

Fix join_paths error display.#84177
bors merged 1 commit into
rust-lang:masterfrom
ehuss:join_paths-err

Conversation

@ehuss

Copy link
Copy Markdown
Contributor

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 `:`

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @kennytm

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 13, 2021
@kennytm

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Apr 14, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit a8fbe2f has been approved by kennytm

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 14, 2021
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Apr 14, 2021
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 `:`
```
This was referenced Apr 14, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 14, 2021
Rollup of 7 pull requests
Successful merges:
- rust-lang#82492 (Move `std::sys_common::alloc` to new module `std::sys::common`)
- rust-lang#84177 (Fix join_paths error display.)
- rust-lang#84185 (add more pat2021 tests)
- rust-lang#84191 (Update books)
- rust-lang#84192 (Fix typos in rustc_codegen_ssa/src/back/write.rs.)
- rust-lang#84196 (:arrow_up: rust-analyzer)
- rust-lang#84201 (rustdoc: Note that forbidding anchors in links to primitives is a bug)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit d783f39 into rust-lang:masterApr 15, 2021
@rustbotrustbot added this to the 1.53.0 milestone Apr 15, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@ehuss@rust-highfive@kennytm@bors@rustbot