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
Right now on stable cargo rustc -- --crate-type cdylib correctly produces the cdylib.
Nightly fails since cargo tries to pass the dependencies as .rmeta instead of .rlib.