Module rustc_driver::args
source · Functions§
- Replaces any
@filearguments with the contents offile, with each line offileas a separate argument. - Gets the raw unprocessed command-line arguments as Unicode strings, without doing any further processing (e.g., without
@fileexpansion).