rollup merge of #17576 : kmcallister/hide-quotes
This commit is contained in:
commit
792e32bcfc
6 changed files with 74 additions and 68 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue