pub fn rustc() -> Rustc
Expand description
Construct a new rustc
invocation. This will automatically set the library
search path as -L cwd()
. Use bare_rustc
to avoid this.
pub fn rustc() -> Rustc
Construct a new rustc
invocation. This will automatically set the library
search path as -L cwd()
. Use bare_rustc
to avoid this.