Skip to content

Commit

Permalink
Auto merge of #5497 - dwijnand:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
Mention +nightly in ARCHITECTURE.md

See the conversation on Gitter: https://gitter.im/rust-lang/cargo?at=5aee83305cf0b830045d0602.
  • Loading branch information
bors committed May 8, 2018
2 parents 9e53ac6 + d0856e3 commit 5d4c71f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ assert_that(
```

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

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

0 comments on commit 5d4c71f

Please sign in to comment.