Add tracing level for codegen_mir
This commit is contained in:
parent
1cd17addad
commit
3d69b5bc17
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ impl<'a, 'tcx, V: CodegenObject> LocalRef<'tcx, V> {
|
|||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#[tracing::instrument(level = "debug", skip(cx))]
|
||||
pub fn codegen_mir<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>>(
|
||||
cx: &'a Bx::CodegenCx,
|
||||
instance: Instance<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue