fn foo() -> usize { 0 } fn main() { foo(); //~ ERROR type annotations needed }