not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · edit-21 年前centerDiv.jslemmy.blahaj.zoneimagemessage-square59fedilinkarrow-up1576file-text
arrow-up1576imagecenterDiv.jslemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · edit-21 年前message-square59fedilinkfile-text
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up4·1 年前unsafe doesn’t deactivate memory safety. It only allows you to then create raw pointers and whatnot, which you could use to circumvent memory safety, but all the normal language constructs still do enforce it.
minus-squaresvn@lemmy.kde.sociallinkfedilinkarrow-up3·1 年前I know, but it does let you sled off a cliff if you choose to.
unsafedoesn’t deactivate memory safety. It only allows you to then create raw pointers and whatnot, which you could use to circumvent memory safety, but all the normal language constructs still do enforce it.I know, but it does let you sled off a cliff if you choose to.