Skip to content
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

ZeroCopyFrom simplification attempt #1257

Closed
wants to merge 5 commits into from

Conversation

Manishearth
Copy link
Member

@Manishearth Manishearth commented Nov 2, 2021

fixes #1255

This currently doesn't work because rustc is unable to satisfy the bound for<'a> <Cow<'static, str> as Yokeable<'a>>::Output: ZeroCopyFrom<'a, std::string::String>.

Leaving the PR open as a draft in case someone wants to poke at it further.

@sffc sffc added the blocked A dependency must be resolved before this is actionable label Nov 5, 2021
@sffc
Copy link
Member

sffc commented Nov 5, 2021

@Manishearth please add a link to the bug this is blocked on

@Manishearth
Copy link
Member Author

The original bug of this form is rust-lang/rust#85636 , we might need to file a new one. I'll do that once I have a reduced testcase.

@Manishearth
Copy link
Member Author

@sffc managed to take this over the finish line in #1499!

@Manishearth Manishearth deleted the zcf-simpler branch February 3, 2022 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked A dependency must be resolved before this is actionable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attempt to simplify ZeroCopyFrom
2 participants