Rust-analyzer red underline dosn't show in vscode

后端 未结 0 962
走了就别回头了
走了就别回头了 2021-01-03 22:56

Why rust-analyzer doesn\'t show red underline below call_me(); fn execution without arguments?

fn main() {
    call_me();
}

fn call_me(num: i32)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题