MasterNerd@lemm.ee to Programmer Humor@lemmy.ml · 1 year agoLabels go brrrrlemm.eeimagemessage-square31linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageLabels go brrrrlemm.eeMasterNerd@lemm.ee to Programmer Humor@lemmy.ml · 1 year agomessage-square31linkfedilink
minus-squarerenegadespork@lemmy.jelliefrontier.netlinkfedilinkEnglisharrow-up0·1 year agolet comment: String = String::from(“lol”); println!(“{}”, comment);
minus-squarespacecadet@lemm.eelinkfedilinkarrow-up0·1 year agoNot inside a main function, won’t pass rust compiler check
minus-squarerenegadespork@lemmy.jelliefrontier.netlinkfedilinkEnglisharrow-up0·1 year agoJust a snippet from a bigger function.
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!