提交 341678b8 编写于 作者: T Tim Chevalier

rustc: Call str::is_empty

上级 760c71dc
......@@ -178,7 +178,7 @@ pub fn get_absolute_rpath(lib: &Path) -> Path {
pub fn get_install_prefix_rpath(target_triple: &str) -> Path {
let install_prefix = env!("CFG_PREFIX");
if install_prefix == ~"" {
if install_prefix.is_empty() {
fail!("rustc compiled without CFG_PREFIX environment variable");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册