ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 day agoRust Derangement Syndromelemmy.worldimagemessage-square45fedilinkarrow-up1118arrow-down130file-text
arrow-up188arrow-down1imageRust Derangement Syndromelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square45fedilinkfile-text
minus-squareTraister101@lemmy.todaylinkfedilinkarrow-up7arrow-down1·1 day agoWhat about the borrow checker needs an overhaul? Seems to do it’s job quite well. If you want to remove it then you should use like C++ or Zig or something since the borrow checker is fairly fundemenal to the design of the language
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up2·edit-21 day agoThis is second hand info, but some people have had problems in bigger projects where the borrow checker ends up rejecting valid Rust code. I think I have seen those comments right here in Lemmy.
What about the borrow checker needs an overhaul? Seems to do it’s job quite well. If you want to remove it then you should use like C++ or Zig or something since the borrow checker is fairly fundemenal to the design of the language
This is second hand info, but some people have had problems in bigger projects where the borrow checker ends up rejecting valid Rust code.
I think I have seen those comments right here in Lemmy.