Skip to content

Commit 12c3432

Browse files
committed
chore(config): add #[tracing::instrument] to ensure_installed()
1 parent 676b24a commit 12c3432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ impl<'a> Cfg<'a> {
777777

778778
// Returns a Toolchain matching the given ToolchainDesc, installing it and
779779
// the given components and targets if they aren't already installed.
780+
#[tracing::instrument(level = "trace", err(level = "trace"), skip_all)]
780781
async fn ensure_installed(
781782
&self,
782783
toolchain: ToolchainDesc,

0 commit comments

Comments
 (0)