Skip to main content

run

Function run 

Source
pub fn run(linker: &Linker, args: &[String]) -> Result<(), Error>
Expand description

Runs the linker and waits for it.

ยงErrors

Error::Spawn when it could not be started, which is a machine problem, and Error::Refused when it ran and said no, which is a program problem and one the linker has already explained on its own error output.