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 da20496 commit 0665777Copy full SHA for 0665777
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