Why rust-analyzer doesn\'t show red underline below call_me(); fn execution without arguments?
call_me();
fn main() { call_me(); } fn call_me(num: i32)