noumenon@lemmy.world to Rust@programming.devEnglish · 3 months agocorroded: Illegal rustgithub.comexternal-linkmessage-square8linkfedilinkarrow-up168arrow-down14file-text
arrow-up164arrow-down1external-linkcorroded: Illegal rustgithub.comnoumenon@lemmy.world to Rust@programming.devEnglish · 3 months agomessage-square8linkfedilinkfile-text
minus-squaremacro_byte@programming.devlinkfedilinkarrow-up22·3 months ago“segfault -> freedom” I’m sold and putting this into production this sprint
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up12·3 months agoAlso gold: The compiler assumes mutable references are unique and optimizes based on that. When you break the assumption, the optimizer generates wrong code. Compiler skill issue.
“segfault -> freedom”
I’m sold and putting this into production this sprint
Also gold: