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.
2 parents 9e71316 + 0665777 commit 5f3a9d1Copy full SHA for 5f3a9d1
src/doc/contrib/src/architecture/codebase.md
@@ -12,7 +12,7 @@ This is a very high-level overview of the Cargo codebase.
12
— Every major operation is implemented here. This is where the binary CLI
13
usually calls into to perform the appropriate action.
14
15
- * [`src/cargo/ops/cargo_compile.rs`](https://github.com/rust-lang/cargo/blob/master/src/cargo/ops/cargo_compile.rs)
+ * [`src/cargo/ops/cargo_compile/mod.rs`](https://github.com/rust-lang/cargo/blob/master/src/cargo/ops/cargo_compile/mod.rs)
16
— This is the entry point for all the compilation commands. This is a
17
good place to start if you want to follow how compilation starts and
18
flows to completion.
0 commit comments