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
with rustpkg, rustc will complain about a missing link name. This is because if any linkage attributes are present, rustpkg doesn't inject a link name based on the package ID. That's incorrect; it should inject a link name if no link name was specified (or possibly always, given #8523).
If you compile:
with rustpkg, rustc will complain about a missing link name. This is because if any linkage attributes are present, rustpkg doesn't inject a link name based on the package ID. That's incorrect; it should inject a link name if no link name was specified (or possibly always, given #8523).
Spotted by @metajack
The text was updated successfully, but these errors were encountered: