not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · edit-21 month agocenterDiv.jslemmy.blahaj.zoneimagemessage-square59linkfedilinkarrow-up1573arrow-down16file-text
arrow-up1567arrow-down1imagecenterDiv.jslemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · edit-21 month agomessage-square59linkfedilinkfile-text
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up4·1 month 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.
minus-squareMark With a Z@lemmy.kde.sociallinkfedilinkarrow-up3·1 month agoI know, but it does let you sled off a cliff if you choose to.
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.