Skip to content

Commit 3c52362

Browse files
committed
Auto merge of #5383 - dwijnand:contributing-custom-build, r=alexcrichton
add build-from-source info to Tests architecture docs it's mentioned in the README, but it's worth mentioning again in the Tests section of the architecture doc.
2 parents 3231fd3 + 6049121 commit 3c52362

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ARCHITECTURE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ assert_that(
103103
);
104104
```
105105

106+
Alternatively to build and run a custom version of cargo simply run `cargo build`
107+
and execute `target/debug/cargo`.
108+
106109
## Logging
107110

108111
Cargo uses [`env_logger`](https://docs.rs/env_logger/*/env_logger/), so you can set

0 commit comments

Comments
 (0)