diff options
| author | Oli Scherer <github35764891676564198441@oli-obk.de> | 2021-09-04 10:14:12 +0200 |
|---|---|---|
| committer | Wesley Wiser <wesleywiser@microsoft.com> | 2021-09-13 10:51:48 -0400 |
| commit | a6c642a9f861c504a63ae0a624b3cb559eee0051 (patch) | |
| tree | 40edbd48d35559e75570f666c40ac911225ba791 | |
| parent | 4e8701e6200d114d9576f8cdf9721b0a81de0118 (diff) | |
| download | rust-a6c642a9f861c504a63ae0a624b3cb559eee0051.tar.gz rust-a6c642a9f861c504a63ae0a624b3cb559eee0051.zip | |
Update compiler/rustc_codegen_ssa/src/mir/mod.rs
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/mir/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/mir/mod.rs b/compiler/rustc_codegen_ssa/src/mir/mod.rs index a8ce39067f8..0877345938a 100644 --- a/compiler/rustc_codegen_ssa/src/mir/mod.rs +++ b/compiler/rustc_codegen_ssa/src/mir/mod.rs @@ -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>, |
