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 8d5fd64 commit e38468eCopy full SHA for e38468e
src/cargo/ops/cargo_compile/mod.rs
@@ -5,7 +5,7 @@
5
//! rough outline is:
6
//!
7
//! 1. Resolve the dependency graph (see [`ops::resolve`]).
8
-//! 2. Download any packages needed (see [`PackageSet`](crate::core::PackageSet)).
+//! 2. Download any packages needed (see [`PackageSet`].
9
//! 3. Generate a list of top-level "units" of work for the targets the user
10
//! requested on the command-line. Each [`Unit`] corresponds to a compiler
11
//! invocation. This is done in this module ([`UnitGenerator::generate_root_units`]).
0 commit comments