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 7bc1665 commit 83a8200Copy full SHA for 83a8200
src/librustc_mir/build/mod.rs
@@ -616,7 +616,7 @@ where
616
// RustCall pseudo-ABI untuples the last argument.
617
spread_arg = Some(Local::new(arguments.len()));
618
}
619
- info!("fn_id {:?} has attrs {:?}", fn_def_id, tcx.get_attrs(fn_def_id));
+ debug!("fn_id {:?} has attrs {:?}", fn_def_id, tcx.get_attrs(fn_def_id));
620
621
let mut body = builder.finish();
622
body.spread_arg = spread_arg;
0 commit comments