rhabarba@feddit.org to Linux@lemmy.mlEnglish · 2 months agoRust in Linux lead retires rather than deal with more “nontechnical nonsense”arstechnica.comexternal-linkmessage-square100fedilinkarrow-up1247file-text
arrow-up1247external-linkRust in Linux lead retires rather than deal with more “nontechnical nonsense”arstechnica.comrhabarba@feddit.org to Linux@lemmy.mlEnglish · 2 months agomessage-square100fedilinkfile-text
minus-squareZILtoid1991@lemmy.worldlinkfedilinkarrow-up1·2 months agoD has many memory safety features. For local variables, one should use pointers, otherwise ref does references that are guaranteed to be valid to their lifetime, and thus have said limitations.
D has many memory safety features. For local variables, one should use pointers, otherwise
ref
does references that are guaranteed to be valid to their lifetime, and thus have said limitations.