File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/librustc_trans/back 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: 451eef5c4021d8882fa42ef369094e1897ae3af7
2
+ refs/heads/master: 3739a2427bc66dc9a8ea4cb34bffee2fba6d107c
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 8443b09e361b96d1f9b7f45a65ed0d31c0e86e70
5
5
refs/heads/try: 20cbbffeefc1f35e2ea63afce7b42fbd79611d42
Original file line number Diff line number Diff line change @@ -1002,7 +1002,7 @@ fn link_args(cmd: &mut Command,
1002
1002
if sess. opts . cg . rpath {
1003
1003
let sysroot = sess. sysroot ( ) ;
1004
1004
let target_triple = sess. opts . target_triple . as_slice ( ) ;
1005
- let get_install_prefix_lib_path = || {
1005
+ let get_install_prefix_lib_path = |: | {
1006
1006
let install_prefix = option_env ! ( "CFG_PREFIX" ) . expect ( "CFG_PREFIX" ) ;
1007
1007
let tlib = filesearch:: relative_target_lib_path ( sysroot, target_triple) ;
1008
1008
let mut path = Path :: new ( install_prefix) ;
You can’t perform that action at this time.
0 commit comments