@not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish • edit-22 months agocenterDiv.jslemmy.blahaj.zoneimagemessage-square59fedilinkarrow-up1576arrow-down15file-text
arrow-up1571arrow-down1imagecenterDiv.jslemmy.blahaj.zone@not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish • edit-22 months agomessage-square59fedilinkfile-text
minus-squareEpheralinkfedilinkEnglish5•2 months agounsafe 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.
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.I know, but it does let you sled off a cliff if you choose to.