]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_borrowck/src/nll.rs
Rollup merge of #107633 - clubby789:option-string-coerce-fix, r=Nilstrieb
[rust.git] / compiler / rustc_borrowck / src / nll.rs
index b2d92d0dba7a4de1cb38292dc7e9cb545f880d86..c71413e8e7c04f96c548b12d354528127a315bf5 100644 (file)
@@ -369,6 +369,8 @@ pub(super) fn dump_mir_results<'tcx>(
     };
 }
 
+#[allow(rustc::diagnostic_outside_of_impl)]
+#[allow(rustc::untranslatable_diagnostic)]
 pub(super) fn dump_annotation<'tcx>(
     infcx: &InferCtxt<'tcx>,
     body: &Body<'tcx>,