runa icon indicating copy to clipboard operation
runa copied to clipboard

compile error (stable): type_alias_impl_trait

Open mrghosti3 opened this issue 2 years ago • 1 comments

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

mrghosti3 avatar Mar 29 '23 19:03 mrghosti3

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.

yshui avatar Mar 30 '23 05:03 yshui