Update compiler/rustc_codegen_ssa/src/mir/mod.rs
This commit is contained in:
parent
4e8701e620
commit
a6c642a9f8
1 changed files with 1 additions and 1 deletions
|
@ -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>>(
|
pub fn codegen_mir<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>>(
|
||||||
cx: &'a Bx::CodegenCx,
|
cx: &'a Bx::CodegenCx,
|
||||||
instance: Instance<'tcx>,
|
instance: Instance<'tcx>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue