We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451eef5 commit 3739a24Copy full SHA for 3739a24
src/librustc_trans/back/link.rs
@@ -1002,7 +1002,7 @@ fn link_args(cmd: &mut Command,
1002
if sess.opts.cg.rpath {
1003
let sysroot = sess.sysroot();
1004
let target_triple = sess.opts.target_triple.as_slice();
1005
- let get_install_prefix_lib_path = || {
+ let get_install_prefix_lib_path = |:| {
1006
let install_prefix = option_env!("CFG_PREFIX").expect("CFG_PREFIX");
1007
let tlib = filesearch::relative_target_lib_path(sysroot, target_triple);
1008
let mut path = Path::new(install_prefix);
0 commit comments