Function rustc_codegen_ssa::back::linker::verbatim_args
source ยท fn verbatim_args<L: Linker + ?Sized>(
l: &mut L,
args: impl IntoIterator<Item: AsRef<OsStr>>,
) -> &mut L
Expand description
Just pass the arguments to the linker as is. It is assumed that they are correctly prepared in advance.