KernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 1 day agoLearning to program in rustprogramming.devvideomessage-square45fedilinkarrow-up1271arrow-down12
arrow-up1269arrow-down1videoLearning to program in rustprogramming.devKernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 1 day agomessage-square45fedilink
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up1·6 hours agoStatic lifetimes confused me when I started learning rust. The error message guides the developer to the wrong direction. It took me a while to realize that just using Arc is sufficient in most of those cases.
Static lifetimes confused me when I started learning rust. The error message guides the developer to the wrong direction.
It took me a while to realize that just using
Arc
is sufficient in most of those cases.