rustc_driver_impl

Module args

Source

Structs§

Expander 🔒
Expands argfiles in command line arguments.

Enums§

Error 🔒

Functions§

arg_expand_all
Replaces any @file arguments with the contents of file, with each line of file as a separate argument.
raw_args
Gets the raw unprocessed command-line arguments as Unicode strings, without doing any further processing (e.g., without @file expansion).