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
My suspicion is it relates to cargo's opinionated compilation of dependencies (afaik, cargo doesn't just let me set a dependency's crate type), but the error cases are still very strange.
It looks like you're running into rust-lang/rust#14344 because the rlib foo is being linked into the dylib state, but that bug means it's not actually being included. Later on when process depends on foo as well (but thinks it gets it through state), the assumption is incorrect and a link error happens.
I'm going to close this in favor of that issue, though.
This repository tells all: https://github.com/Kingsquee/unfound
The text was updated successfully, but these errors were encountered: