Björn Tantau@swg-empire.de to Programmer Humor@programming.dev · 1 month agoPretty straight forwardswg-empire.deimagemessage-square46fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imagePretty straight forwardswg-empire.deBjörn Tantau@swg-empire.de to Programmer Humor@programming.dev · 1 month agomessage-square46fedilinkfile-text
minus-squareTraister101@lemmy.todaylinkfedilinkarrow-up0·1 month agoAh yes now I can… dereference a raw pointer (yes that’s essentially the only thing unsafe rust actually enables you to do, it doesn’t disable the borrow checker or anything else, it just allows you to play with pointers)
step 1:
unsafe fn()
…Ah yes now I can… dereference a raw pointer (yes that’s essentially the only thing unsafe rust actually enables you to do, it doesn’t disable the borrow checker or anything else, it just allows you to play with pointers)