1 2 3 4 5
Compile error ---> at line 1 column 39 | 1 | fn add(a: u64, b: u64) -> u64 { a + b {} } | ^ Parse error: Expected '}', found '{'