Skip to content

Commit 56d44ff

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 163319 b: refs/heads/snap-stage3 c: 3739a24 h: refs/heads/master i: 163317: ad0eaf6 163315: 2391c60 163311: cf4cd22 v: v3
1 parent 9ce061e commit 56d44ff

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,7 +1,7 @@
11
---
22
refs/heads/master: 9146a919b616e39e528e4d7100d16eef52f1f852
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 451eef5c4021d8882fa42ef369094e1897ae3af7
4+
refs/heads/snap-stage3: 3739a2427bc66dc9a8ea4cb34bffee2fba6d107c
55
refs/heads/try: 20cbbffeefc1f35e2ea63afce7b42fbd79611d42
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/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)