Skip to content

Commit 3739a24

Browse files
author
Jorge Aparicio
committed
librustc_trans: fix fallout
1 parent 451eef5 commit 3739a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)