Update compiler/rustc_codegen_ssa/src/mir/mod.rs

This commit is contained in:
Oli Scherer 2021-09-04 10:14:12 +02:00 committed by Wesley Wiser
parent 4e8701e620
commit a6c642a9f8

View file

@ -129,7 +129,7 @@ impl<'a, 'tcx, V: CodegenObject> LocalRef<'tcx, V> {
///////////////////////////////////////////////////////////////////////////
#[tracing::instrument(level = "debug", skip(cx))]
#[instrument(level = "debug", skip(cx))]
pub fn codegen_mir<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>>(
cx: &'a Bx::CodegenCx,
instance: Instance<'tcx>,