hobofan / ambassador

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

Added support for GATs #44

Closed dewert99 closed 1 year ago

dewert99 commented 1 year ago

Since https://github.com/rust-lang/rust/issues/89122 was decided we can now enable delegating to traits that use GATs (other than enums). This also sets the CI to test with beta, which can probably be reverted once GATs are stable