You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when switching to the cranelift backend that my typetag types stopped working: dtolnay/typetag#35
I'm not sure what exactly is to blame, but figured it warranted reporting as a compat issue. Through some debugging, I've identified the issue appears to be specific to Cranelift on MacOS, and is caused because rust-ctor crate to fails to trigger #[ctor]-annotated code on module initialization: mmastrac/rust-ctor#339