Nemeski@lemm.ee to Rust@programming.dev · 1 day agoAnnouncing Rust 1.84.1blog.rust-lang.orgexternal-linkmessage-square18fedilinkarrow-up154arrow-down10cross-posted to: rust@lemmy.mlrust@lemmit.online
arrow-up154arrow-down1external-linkAnnouncing Rust 1.84.1blog.rust-lang.orgNemeski@lemm.ee to Rust@programming.dev · 1 day agomessage-square18fedilinkcross-posted to: rust@lemmy.mlrust@lemmit.online
minus-squareKillTheMule@programming.devlinkfedilinkarrow-up10arrow-down1·23 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-up6·23 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.