diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-06-28 15:18:07 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-09-01 14:54:27 +0000 |
| commit | 1fc9ef1edd30ae5a924c3673d76f275f7d12c3fb (patch) | |
| tree | bfcd5b96fdb596e08a0b0b187163a65287dfe777 /compiler/rustc_query_impl/src/plumbing.rs | |
| parent | ee3c8350189de045ec71997874eaa6cebf99fbf3 (diff) | |
| download | rust-1fc9ef1edd30ae5a924c3673d76f275f7d12c3fb.tar.gz rust-1fc9ef1edd30ae5a924c3673d76f275f7d12c3fb.zip | |
tracing::instrument cleanup
Diffstat (limited to 'compiler/rustc_query_impl/src/plumbing.rs')
| -rw-r--r-- | compiler/rustc_query_impl/src/plumbing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/src/plumbing.rs b/compiler/rustc_query_impl/src/plumbing.rs index f38f29e14af..eabb3166147 100644 --- a/compiler/rustc_query_impl/src/plumbing.rs +++ b/compiler/rustc_query_impl/src/plumbing.rs @@ -555,7 +555,7 @@ macro_rules! define_queries_struct { $($(#[$attr])* #[inline(always)] - #[tracing::instrument(level = "trace", skip(self, tcx))] + #[tracing::instrument(level = "trace", skip(self, tcx), ret)] fn $name( &'tcx self, tcx: TyCtxt<'tcx>, |
