]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_expand/src/tests.rs
Rollup merge of #104394 - oli-obk:suggest_method_call, r=lcnr
[rust.git] / compiler / rustc_expand / src / tests.rs
index e44f060819633dbfe1f27333f962fec276d6a8b8..d82a7a54030c668a3c55bfaaef739b56ce59f509 100644 (file)
@@ -151,6 +151,7 @@ fn test_harness(file_text: &str, span_labels: Vec<SpanLabel>, expected_output: &
             false,
             None,
             false,
+            false,
         );
         let handler = Handler::with_emitter(true, None, Box::new(emitter));
         handler.span_err(msp, "foo");