MasterNerd@lemm.ee to Programmer Humor@lemmy.ml · 3 months agoLabels go brrrrlemm.eeimagemessage-square17fedilinkarrow-up1102arrow-down18cross-posted to: programmer_humor@programming.dev
arrow-up194arrow-down1imageLabels go brrrrlemm.eeMasterNerd@lemm.ee to Programmer Humor@lemmy.ml · 3 months agomessage-square17fedilinkcross-posted to: programmer_humor@programming.dev
minus-squarerenegadespork@lemmy.jelliefrontier.netlinkfedilinkEnglisharrow-up3·edit-23 months agolet comment: String = String::from(“lol”); println!(“{}”, comment);
minus-squarespacecadet@lemm.eelinkfedilinkarrow-up1·3 months agoNot inside a main function, won’t pass rust compiler check
minus-squarerenegadespork@lemmy.jelliefrontier.netlinkfedilinkEnglisharrow-up1·3 months agoJust a snippet from a bigger function.
minus-squareBogasse@lemmy.mllinkfedilinkarrow-up1·edit-23 months agoprintln!("{comment}"); C’mon, it’s 2025!
let comment: String = String::from(“lol”);
println!(“{}”, comment);
Not inside a main function, won’t pass rust compiler check
Just a snippet from a bigger function.
println!("{comment}");
C’mon, it’s 2025!