]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_errors/src/json/tests.rs
Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholk
[rust.git] / compiler / rustc_errors / src / json / tests.rs
index d940d14e1db91f26b8e803a48cdb10b9c4874b6f..f131468971b5adbcd66e090b05d21a1f5eb51c55 100644 (file)
@@ -59,6 +59,7 @@ fn test_positions(code: &str, span: (u32, u32), expected_output: SpanTestData) {
             HumanReadableErrorType::Short(ColorConfig::Never),
             None,
             false,
+            false,
         );
 
         let span = Span::with_root_ctxt(BytePos(span.0), BytePos(span.1));