``` rust fn foo() -> u32 { ... 1 + 1 (should highlight or has something indicating this will return) } ```