pub fn parse_config(args: Vec<String>) -> Config
Expand description
Creates the Config
instance for this invocation of compiletest.
The config mostly reflects command-line arguments, but there might also be some code here that inspects environment variables or even runs executables (e.g. when discovering debugger versions).