Function rustc_driver::args::arg_expand_all
source · pub fn arg_expand_all(
handler: &EarlyErrorHandler,
at_args: &[String]
) -> Vec<String, Global>
Expand description
Note: This function doesn’t interpret argument 0 in any special way.
If this function is intended to be used with command line arguments,
argv[0]
must be removed prior to calling it manually.