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
Crate name extraction is currently broken; it needs an explicit
#[link(name="foo")]. I couldn't figure out how rustc infers crate name... I
think it just looks at the basename and strips the extension but I'm not
positive.
The text was updated successfully, but these errors were encountered:
Crate name extraction is currently broken; it needs an explicit
#[link(name="foo")]. I couldn't figure out how rustc infers crate name... I
think it just looks at the basename and strips the extension but I'm not
positive.
The text was updated successfully, but these errors were encountered: