hobofan / ambassador

Delegation of trait implementations via procedural macros
Apache License 2.0
251 stars 13 forks source link

Forward type parameters #50

Closed Stebalien closed 8 months ago

Stebalien commented 10 months ago

Forward type parameters (and lifetimes, consts, etc.) in delegated calls as we can't always rely on type inference infering the correct ones from the context.

dewert99 commented 8 months ago

Thanks, this looks good. I just made some fixes to CI, so do you think to could pull those, and then if they pass I can merge this.

Stebalien commented 8 months ago

Rebased.