We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e53ac6 + d0856e3 commit 5d4c71fCopy full SHA for 5d4c71f
ARCHITECTURE.md
@@ -104,7 +104,9 @@ assert_that(
104
```
105
106
Alternatively to build and run a custom version of cargo simply run `cargo build`
107
-and execute `target/debug/cargo`.
+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.
110
111
Because the test suite has `#![deny(warnings)]` at times you might find it
112
convenient to override this with `RUSTFLAGS`, for example
0 commit comments