Skip to content

Commit 2af9c29

Browse files
committed
---
yaml --- r: 65526 b: refs/heads/master c: 341678b h: refs/heads/master v: v3
1 parent 872bc71 commit 2af9c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 760c71dc4f1b362875c06170ee6c51dd9d6fe576
2+
refs/heads/master: 341678b815051717c86cc63a00a5d256bf5b2a35
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9

trunk/src/librustc/back/rpath.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pub fn get_absolute_rpath(lib: &Path) -> Path {
178178
pub fn get_install_prefix_rpath(target_triple: &str) -> Path {
179179
let install_prefix = env!("CFG_PREFIX");
180180

181-
if install_prefix == ~"" {
181+
if install_prefix.is_empty() {
182182
fail!("rustc compiled without CFG_PREFIX environment variable");
183183
}
184184

0 commit comments

Comments
 (0)