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.
1 parent 4ed13a3 commit 5e4eed2Copy full SHA for 5e4eed2
src/cargo/core/compiler/job_queue/mod.rs
@@ -1,6 +1,10 @@
1
//! Management of the interaction between the main `cargo` and all spawned jobs.
2
//!
3
//! ## Overview
4
+//! ## Trigger autolabel
5
6
7
8
9
//! This module implements a job queue. A job here represents a unit of work,
10
//! which is roughly a rusc invocation, a build script run, or just a no-op.
src/cargo/ops/cargo_add/mod.rs
@@ -562,6 +562,7 @@ fn get_latest_dependency(
562
fn select_package(
563
dependency: &Dependency,
564
config: &Config,
565
+
566
registry: &mut PackageRegistry<'_>,
567
) -> CargoResult<Dependency> {
568
let query = dependency.query(config)?;
0 commit comments