logoalt Hacker News

afdbcreidyesterday at 11:34 PM0 repliesview on HN

The only things in Rust that are real statements are `let` statements, and item statements (e.g. declaring an `fn` inside a function). All other statements are in fact expressions, although some always return `()` so they're not really useful as such.