The Picard ManeuverM to Lemmy Shitpost@lemmy.world • 2 years agoThis is just cruelstartrek.websiteimagemessage-square95fedilinkarrow-up1850arrow-down130
arrow-up1820arrow-down1imageThis is just cruelstartrek.websiteThe Picard ManeuverM to Lemmy Shitpost@lemmy.world • 2 years agomessage-square95fedilink
minus-squareautokludgelinkfedilinkEnglish4•2 years agoerror[E0308]: mismatched types --> src/main.rs:2:10 | 2 | while(1){ suffer(); } | ^^^ expected `bool`, found integer
while(1){ suffer(); }
error[E0308]: mismatched types --> src/main.rs:2:10 | 2 | while(1){ suffer(); } | ^^^ expected `bool`, found integer
loop { suffer() }