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

macros: Insert types and fns into broken item impl #354

Draft
wants to merge 2 commits into
base: stable-0.5
Choose a base branch
from

Conversation

AaronErhardt
Copy link
Member

Summary

Fixes (or at least improves) the situation regarding #314

Checklist

  • cargo fmt
  • cargo clippy
  • cargo test
  • updated CHANGES.md

Signed-off-by: Aaron Erhardt <aaron.erhardt@t-online.de>
@AaronErhardt AaronErhardt marked this pull request as ready for review November 18, 2022 10:13
Signed-off-by: Aaron Erhardt <aaron.erhardt@t-online.de>
@AaronErhardt AaronErhardt added the waits-on-review-medium A PR that's not trivial to review but also doesn't require in depth knowledge label Nov 18, 2022
@euclio
Copy link
Member

euclio commented Nov 22, 2022

This doesn't look like it fixes the intended issue. I would expect these lines to be removed from the output.

@AaronErhardt AaronErhardt marked this pull request as draft November 22, 2022 16:44
@AaronErhardt
Copy link
Member Author

True, this only fixes the case when the item impl can't be parsed. Empty impls would still need some additional code to get working.
Yet, this has low priority, we should focus on the other PR first to get the next release out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waits-on-review-medium A PR that's not trivial to review but also doesn't require in depth knowledge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants