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
A-linkageArea: linking into static, shared libraries and binariesE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
If I have crate B (vers = "0.1") and crate B (vers = "0.2") and they both contain function f and I use both crates, then I can't call function f from both crates because of name collisions. This is partly because of c83d61d (which I will revert), and partly because of other missing parts of the versioning story.
The text was updated successfully, but these errors were encountered:
A-linkageArea: linking into static, shared libraries and binariesE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
If I have crate B (vers = "0.1") and crate B (vers = "0.2") and they both contain function
f
and I use both crates, then I can't call functionf
from both crates because of name collisions. This is partly because of c83d61d (which I will revert), and partly because of other missing parts of the versioning story.The text was updated successfully, but these errors were encountered: