File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 760c71dc4f1b362875c06170ee6c51dd9d6fe576
2
+ refs/heads/master: 341678b815051717c86cc63a00a5d256bf5b2a35
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ pub fn get_absolute_rpath(lib: &Path) -> Path {
178
178
pub fn get_install_prefix_rpath ( target_triple : & str ) -> Path {
179
179
let install_prefix = env ! ( "CFG_PREFIX" ) ;
180
180
181
- if install_prefix == ~"" {
181
+ if install_prefix. is_empty ( ) {
182
182
fail ! ( "rustc compiled without CFG_PREFIX environment variable" ) ;
183
183
}
184
184
You can’t perform that action at this time.
0 commit comments