Struct rustc_test::TestOpts
[−]
[src]
pub struct TestOpts {
pub filter: Option<String>,
pub run_ignored: bool,
pub run_tests: bool,
pub bench_benchmarks: bool,
pub logfile: Option<PathBuf>,
pub nocapture: bool,
pub color: ColorConfig,
pub verbose: bool,
}Fields
filter: Option<String>
run_ignored: bool
run_tests: bool
bench_benchmarks: bool
logfile: Option<PathBuf>
nocapture: bool
color: ColorConfig
verbose: bool