(a: i32)
| 320 | |
| 321 | |
| 322 | fn plus_one(a: i32) -> i32 { |
| 323 | a + 1 |
| 324 | } |
| 325 | |
| 326 | fn function_pointers(){ |
| 327 | println!("\n======================================================================"); |
nothing calls this directly
no outgoing calls
no test coverage detected