not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · edit-21 year agocenterDiv.jslemmy.blahaj.zoneimagemessage-square58linkfedilinkarrow-up1411arrow-down15file-text
arrow-up1406arrow-down1imagecenterDiv.jslemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · edit-21 year agomessage-square58linkfedilinkfile-text
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up2·1 year 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-squaresvn@lemmy.kde.sociallinkfedilinkarrow-up3·1 year agoI 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.