标签: intellij-idea rust clion
尝试在CLion中设置外部工具(在构建之前运行cargo fmt。
cargo fmt
在“工作目录”中,我尝试设置: -$FileDir$ -$ContentRoot$ -$ProjectFileDir$
$FileDir$
$ContentRoot$
$ProjectFileDir$
并使用pwd命令进行测试。每当我看到工作主任设置为/Applications/CLion.app/Contents/bin
pwd
/Applications/CLion.app/Contents/bin
如果将“工作目录”设置为项目文件夹的绝对路径,没问题
是CLion错误还是我错过了什么?