Module rustc::driver[src]
Modules
| config | Contains infrastructure for configuring the compiler, including parsing command line options. |
| diagnostic | |
| driver | |
| session |
Enums
| PpMode |
Functions
| early_error | |
| handle_options | Process command line options. Emits messages as appropriate. If compilation should continue, returns a getopts::Matches object parsed from args, otherwise returns None. |
| list_metadata | |
| main_args | |
| parse_pretty | |
| version | Prints version information and returns None on success or an error message on failure. |