锈中意外令牌'('附近的语法错误

时间:2019-12-06 06:57:26

标签: syntax rust

我在rust中输入了我的第一个代码。 helloworld。但是当我尝试运行它时出现错误。

fn main() {
    println!("Hello world");
}

我试图使用'./hellworld.rs'运行 但是它显示了,

syntax error near unexpected token `('
`fn main() {'

1 个答案:

答案 0 :(得分:1)

我正在使用Powershell。但是使用了错误的命令./helloworld.rs 相反,我尝试了./helloworld./helloworld.exe。两者都有效。