feat: providing PartialOrd<OsStr> for str#151567
feat: providing PartialOrd<OsStr> for str#151567WrldEngine wants to merge 3 commits intorust-lang:mainfrom
Conversation
|
Looks like this isn't the right issue link, that's from 2014 |
I see this issue in comments |
|
Please link it then, neither |
Removed comments about instability and coherence issues.
rust/library/std/src/ffi/os_str.rs Lines 1554 to 1555 in d222ddc This commented by Aaron Turon, maybe it is related issue |
|
Oh, duh, I missed that. You can delete that comment. Nominating as this is an insta-stable trait implementation: @rustbot label +I-libs-api-nominated |
@tgross35 can you look at this please? Looks like it is not direct error to this implementation, It is impls conflict, can it be serious problem for the review? Should I close this PR? And with the addition of this tag (libs-api-nominated), should I expect more reviewers? Or not? |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
I don't have a chance to take validate right now, but I'm guessing it might not auto-deref now that there are multiple possible implementations? You can ask on zulip to see if anyone has any ideas. Or change the part giving you the error and we can crater it. If it winds up that we can't really change this, it would be worthwhile to update the comment with the new details. Un-nominated until that issue can be figured out. |
|
@rustbot author |
|
Reminder, once the PR becomes ready for a review, use |

#19470
Make PartialOrd OsStr for str, issue was above