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
Always check if the SVH of rlib and dylibs matches other crate sources
If a crate is both an rlib and cdylib, the metadata loader would
previously incorrectly assume that it is possible to link against the
cdylib. Cdylibs don't export all symbols required for linking as rust
library.
Possibly fixes issue number 82151
0 commit comments