Nemeski@lemm.ee to Rust@programming.dev · 13 hours agoAnnouncing Rust 1.84.1blog.rust-lang.orgexternal-linkmessage-square7fedilinkarrow-up127arrow-down10cross-posted to: rust@lemmy.ml
arrow-up127arrow-down1external-linkAnnouncing Rust 1.84.1blog.rust-lang.orgNemeski@lemm.ee to Rust@programming.dev · 13 hours agomessage-square7fedilinkcross-posted to: rust@lemmy.ml
minus-squareKillTheMule@programming.devlinkfedilinkarrow-up6arrow-down1·7 hours agounsafe does not disable the borrow checker. It does however give you abilities to circumvent it, namely by letting you dereference pointers, which are not subject to the borrow checker.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·7 hours agoOIC. I really need to start learning this language soon, or I won’t be able to understand future memes and rants.
unsafe
does not disable the borrow checker. It does however give you abilities to circumvent it, namely by letting you dereference pointers, which are not subject to the borrow checker.OIC. I really need to start learning this language soon, or I won’t be able to understand future memes and rants.