Comment on This is just cruel
while(1){ suffer(); }
error[E0308]: mismatched types --> src/main.rs:2:10 | 2 | while(1){ suffer(); } | ^^^ expected `bool`, found integer
loop { suffer() }
autokludge@programming.dev 10 months ago
PoolloverNathan@programming.dev 10 months ago