Uh oh!
There was an error while loading. Please reload this page.
Add Default implementation for &CStr, CString, Path - #32990
Conversation
rust-highfive
commented
Apr 15, 2016
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
tbu-
commented
Apr 15, 2016
Split off from #32785. Some motivation: #32785 (comment). |
alexcrichton
commented
Apr 15, 2016
|
tbu-
commented
Apr 15, 2016
|
There was a problem hiding this comment.
We just hit 1.8.0 release, so it becomes since = 1.10.0 (if you could confirm @alexcrichton?).
nagisa
commented
Apr 15, 2016
I’m not sure about |
tbu-
commented
Apr 15, 2016
Dunno, maybe |
@tbu- for that purpose an equivalent of UNIX’s EDIT: in other words, I think this is too much a bikesheddable part to be included without an RFC. |
tbu-
commented
Apr 16, 2016
@nagisa Not for verbatim paths on Windows. |
aturon
commented
Apr 19, 2016
I'm fine with the |
alexcrichton
commented
May 4, 2016
The libs team discussed this PR during triage today and the conclusion was that the Could you make those changes @tbu- and I'll r+? Thanks again for the PR! |
44e67d0 to
5efe083Comparetbu-
commented
May 5, 2016
@alexcrichton Changed. |
alexcrichton
commented
May 5, 2016
bors
commented
May 5, 2016
⌛ Testing commit 5efe083 with merge 77987ba... |
Add `Default` implementation for `&CStr`, `CString`, `Path`
No description provided.