rollup merge of #17576 : kmcallister/hide-quotes
This commit is contained in:
@@ -235,10 +235,7 @@ fn generate_test_harness(sess: &ParseSess,
|
||||
sess: sess,
|
||||
span_diagnostic: sd,
|
||||
ext_cx: ExtCtxt::new(sess, cfg.clone(),
|
||||
ExpansionConfig {
|
||||
deriving_hash_type_parameter: false,
|
||||
crate_name: "test".to_string(),
|
||||
}),
|
||||
ExpansionConfig::default("test".to_string())),
|
||||
path: Vec::new(),
|
||||
testfns: Vec::new(),
|
||||
reexport_test_harness_main: reexport_test_harness_main,
|
||||
|
||||
Reference in New Issue
Block a user