We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d1149 commit f2fb457Copy full SHA for f2fb457
src/libsyntax/test.rs
@@ -56,7 +56,6 @@ struct Test {
56
}
57
58
struct TestCtxt<'a> {
59
- sess: &'a ParseSess,
60
span_diagnostic: &'a errors::Handler,
61
path: Vec<Ident>,
62
ext_cx: ExtCtxt<'a>,
@@ -273,7 +272,6 @@ fn generate_test_harness(sess: &ParseSess,
273
272
274
let mark = Mark::fresh(Mark::root());
275
let mut cx: TestCtxt = TestCtxt {
276
- sess,
277
span_diagnostic: sd,
278
ext_cx: ExtCtxt::new(sess, ExpansionConfig::default("test".to_string()), resolver),
279
path: Vec::new(),
0 commit comments