-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Implement From<&'a &'static str>
for Arguments<'a>
#114531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
99620b3
to
153c2e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Based on rust-lang/libs-team#257 (comment), I believe this is currently blocked while we work to figure out whether #115129 is going to be landable.
☔ The latest upstream changes (presumably #125443) made this pull request unmergeable. Please resolve the merge conflicts. |
The PR this was blocked on, is now closed due to inactivity, which should unblock this pr, so updating the labels |
@EFanZh |
@alex-semenyuk: The original ACP suggests that we can add an |
Provides a way to construct an
Arguments
object from an&'static str
object, and callingas_str
on the result object will returnSome(&'static str)
.ACP: rust-lang/lib-team#257.