Programming Rust Quotes

Rate this book
Clear rating
Programming Rust: Fast, Safe Systems Development Programming Rust: Fast, Safe Systems Development by Jim Blandy
588 ratings, 4.63 average rating, 66 reviews
Programming Rust Quotes Showing 1-1 of 1
“loop {
work();
play();
; // <-- empty statement
}

Rust follows the tradition of C in allowing this. Empty statements do nothing except convey a slight feeling of melancholy. We mention them only for completeness.”
Jim Blandy, Jason Orendorff, Programming Rust: Fast, Safe Systems Development