- We can now use traits with associated types.
- Fixed a bug that caused the definition of traits with immutable references as receivers to fail.
- Fixed a bug that had caused a compile error when using
auto_delegate::delegate
is used with regular async fn. - When using Intellij ide, I fixed a bug where using
implement menbers
for a trait that had both [async_trait
] anddelegate
attached hadn't generated correct code blocks.
- Fixed a bug where declaring an enum with more than 4 variants could no longer compile.
- Fixed a bug that caused a compilation error when a method with generics that could not be inferred was defined; for example, something like below.
- Support for Unnamed Fields.
- Support for delegation of static methods.
- Supported self-receiver and fix bugs
- Supported self-receiver and fix bugs
- Fixed IntelliSense Working on Clion
- Supported Stable Channel
- Supported SuperTraits.
- Supported Support async traits.
Correctly, it was fixed to properly handle lifetime bounds generated by async-trait.
- Supported New-Type Pattern