• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2024

help-circle




  • Copied from the other repost:

    Have you erased the continuation of the message that is saying something about “similar names, but are actually two distinct types”?

    It is a common error if you have two dependecies that export the same third dependency and your code makes an assumption that the versions of the third dep match.

    All other languages either straight-up don’t support multiple versions of the same dep, or throw random errors at runtime. So this message is a consequence of rust supporting things that other langs only dream of.