Skip to content

Commit 5d4c71f

Browse files
committed
Auto merge of #5497 - dwijnand:patch-1, r=alexcrichton
Mention +nightly in ARCHITECTURE.md See the conversation on Gitter: https://gitter.im/rust-lang/cargo?at=5aee83305cf0b830045d0602.
2 parents 9e53ac6 + d0856e3 commit 5d4c71f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ARCHITECTURE.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ assert_that(
104104
```
105105

106106
Alternatively to build and run a custom version of cargo simply run `cargo build`
107-
and execute `target/debug/cargo`.
107+
and execute `target/debug/cargo`. Note that `+nightly`/`+stable` (and variants),
108+
being [rustup](https://rustup.rs/) features, won't work when executing the locally
109+
built cargo binary directly.
108110

109111
Because the test suite has `#![deny(warnings)]` at times you might find it
110112
convenient to override this with `RUSTFLAGS`, for example

0 commit comments

Comments
 (0)