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, if you do "rustc --lib foo.rc", it will produce a library named "foo". It should produce a library named "libfoo.so" on linux and the equivalents on other platforms.