compile error (stable): type_alias_impl_trait
mrghosti3 opened this issue · 1 comments
mrghosti3 commented
This issue is meant for tracking when this feature becomes stable and project could be compiled with stable rust.
Sources:
yshui commented
Thank you! Technically we are also using:
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.