mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
Add tracing level for codegen_mir
This commit is contained in:
parent
1cd17addad
commit
3d69b5bc17
@ -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…
Reference in New Issue
Block a user