• KillTheMule@programming.dev
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      5 hours ago

      unsafe does not disable the borrow checker. It does however give you abilities to circumvent it, namely by letting you dereference pointers, which are not subject to the borrow checker.

      • ulterno@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 hours ago

        OIC. I really need to start learning this language soon, or I won’t be able to understand future memes and rants.