runa
runa copied to clipboard
compile error (stable): type_alias_impl_trait
This issue is meant for tracking when this feature becomes stable and project could be compiled with stable rust.
Sources:
- https://rust-lang.github.io/impl-trait-initiative/explainer/tait.html
- https://github.com/rust-lang/rust/issues/63063
Thank you! Technically we are also using:
- https://github.com/rust-lang/rust/issues/65991
But if TAIT got stabilized before trait upcasting, I should be able to get rid of it (we are only upcasting to dyn Any) and enable building with stable rust.