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
If so, I couldn't find it. Just putting a #[link(...)] in it didn't help.
What I'm trying to do is compile a .rs file with --lib. I think there's no reason to not support that. But having the compiler complain about missing crate link meta attributes makes it kind of awkward to do this right now.
The text was updated successfully, but these errors were encountered:
If so, I couldn't find it. Just putting a
#[link(...)]
in it didn't help.What I'm trying to do is compile a
.rs
file with--lib
. I think there's no reason to not support that. But having the compiler complain about missing crate link meta attributes makes it kind of awkward to do this right now.The text was updated successfully, but these errors were encountered: