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

Handle where clauses for baggage generics #6

Open
sandreim opened this issue Jun 9, 2022 · 3 comments
Open

Handle where clauses for baggage generics #6

sandreim opened this issue Jun 9, 2022 · 3 comments
Assignees

Comments

@sandreim
Copy link
Collaborator

sandreim commented Jun 9, 2022

Left over from paritytech/polkadot#3427

@vstakhov
Copy link
Contributor

vstakhov commented Jun 9, 2022

Is it possible to have an example of the desired behaviour? Baggage generics support is really not perfect, but it works per-se: https://github.com/paritytech/polkadot/blob/master/node/orchestra/examples/duo.rs#L72

@bkchr
Copy link
Member

bkchr commented Jun 9, 2022

Something maybe related, writing Arc<T> also makes the macro fail.

@vstakhov
Copy link
Contributor

vstakhov commented Jun 9, 2022

I was able to reproduce it indeed, thank you.

@vstakhov vstakhov self-assigned this Jun 9, 2022
@paritytech paritytech deleted a comment Jun 13, 2022
@paritytech paritytech deleted a comment Jun 13, 2022
@sandreim sandreim transferred this issue from paritytech/polkadot Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@vstakhov @bkchr @sandreim and others