rustc_linker

Function rustc_linker 

Source
pub fn rustc_linker() -> Option<PathBuf>
Expand description

The path to the linker cargo has been configured to use for the current target, if any.

Corresponds to the RUSTC_LINKER environment variable set by Cargo when compiling build.rs.