Skip to content

Commit 99d5cc6

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 163803 b: refs/heads/master c: 3739a24 h: refs/heads/master i: 163801: 46c67ed 163799: 8e8a71a v: v3
1 parent 1213096 commit 99d5cc6

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: 451eef5c4021d8882fa42ef369094e1897ae3af7
2+
refs/heads/master: 3739a2427bc66dc9a8ea4cb34bffee2fba6d107c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 8443b09e361b96d1f9b7f45a65ed0d31c0e86e70
55
refs/heads/try: 20cbbffeefc1f35e2ea63afce7b42fbd79611d42

trunk/src/librustc_trans/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ fn link_args(cmd: &mut Command,
10021002
if sess.opts.cg.rpath {
10031003
let sysroot = sess.sysroot();
10041004
let target_triple = sess.opts.target_triple.as_slice();
1005-
let get_install_prefix_lib_path = || {
1005+
let get_install_prefix_lib_path = |:| {
10061006
let install_prefix = option_env!("CFG_PREFIX").expect("CFG_PREFIX");
10071007
let tlib = filesearch::relative_target_lib_path(sysroot, target_triple);
10081008
let mut path = Path::new(install_prefix);

0 commit comments

Comments
 (0)