The Unit type and value in Rust.
error[E0308]: mismatched types --> src/main.rs:7:5 |6 | fn return_two() { | - possibly return type missing here?7 | 2 | ^ expected `()`, found integer