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 a8e1a6b commit 2680cdcCopy full SHA for 2680cdc
text/3502-cargo-script.md
@@ -372,7 +372,7 @@ fn main() {
372
```
373
- Like with `cargo install`, `.cargo/config.toml` will be read based on the
374
scripts location rather than the current-dir.
375
- - And like `cargo install`, the current-dir `rust-toolchain.toml` is respected
+ - And like [`cargo install`](https://github.com/rust-lang/cargo/issues/7312), the current-dir `rust-toolchain.toml` is respected
376
- `--release` is not passed in because the primary use case is for exploratory
377
programming, so the emphasis will be on build-time performance and debugging,
378
rather than runtime performance
0 commit comments