Skip to content

Commit

Permalink
Update compiler/rustc_codegen_ssa/src/mir/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk authored and wesleywiser committed Sep 13, 2021
1 parent 4e8701e commit a6c642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_ssa/src/mir/mod.rs
Expand Up @@ -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>,
Expand Down

0 comments on commit a6c642a

Please sign in to comment.