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.
mut
1 parent 69402da commit b494d3eCopy full SHA for b494d3e
src/base.rs
@@ -46,7 +46,7 @@ pub(crate) fn codegen_fn<'tcx>(
46
with_no_trimmed_paths!({
47
use rustc_middle::mir::pretty;
48
let options = pretty::PrettyPrintMirOptions::from_cli(tcx);
49
- pretty::write_mir_fn(tcx, mir, &mut |_, _| Ok(()), &mut buf, options).unwrap();
+ pretty::write_mir_fn(tcx, mir, &|_, _| Ok(()), &mut buf, options).unwrap();
50
});
51
String::from_utf8_lossy(&buf).into_owned()
52
0 commit comments