• MotoAsh@piefed.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 months ago

    Wait, is rust supposed to have intrinsic race condition protection? I thought its big feature was figuring out freeing memory for the dev instead of relying on runtime solutions or manual instructions… If it’s not supposed to magically fix possible race conditions, I don’t know how this issue is the language’s fault.

    • tyler@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      It’s not. It’s literally code in an unsafe block. The OP is either trolling or actually ignorant.