We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo add
cargo
1 parent dd5f89e commit 8d2cc30Copy full SHA for 8d2cc30
dynamic_instrumentation/src/main.rs
@@ -316,7 +316,7 @@ fn cargo_wrapper(rustc_wrapper: &Path) -> anyhow::Result<()> {
316
// it usually isn't that slow.
317
cmd.args(&["clean", "--package", root_package.name.as_str()]);
318
})?;
319
-
+
320
// TODO(kkysen) Once we upgrade to 1.62, we can just use `cargo` and not specify `+stable`.
321
// The problem currently is that `+stable` doesn't work on a resolved `$CARGO`,
322
// which happens when this runs inside of `cargo test`,
0 commit comments