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 subsequent debugging, I've identified noticed an issue specific to Cranelift on MacOS where the rust-ctor crate to fails to trigger #[ctor]-annotated code on module initialization: mmastrac/rust-ctor#339