about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-01 12:13:24 +0000
committerbors <bors@rust-lang.org>2024-03-01 12:13:24 +0000
commit346b094a11b653954164be019d3c04ae15b7d2b3 (patch)
treef39c4d9547253c255500baf3f9d652d0406d154c /compiler/rustc_codegen_llvm/src/errors.rs
parente865dca4d76a204e002c223cba1dc804ee9b7c56 (diff)
parentc5f819854c7886d4d32798e72bbad35ec2acda4f (diff)
downloadrust-346b094a11b653954164be019d3c04ae15b7d2b3.tar.gz
rust-346b094a11b653954164be019d3c04ae15b7d2b3.zip
Auto merge of #12218 - jhpratt:manifest-options-doc, r=blyxyas
Document manifest options

All built-in cargo commands have this output included when run with `cargo foo --help`. Clippy is the only exception, so I have copied the text here. As far as I can tell, the flags come from Cargo itself and not clippy, but the user almost certainly does not care about that.

```text
Manifest Options:
      --manifest-path <PATH>  Path to Cargo.toml
      --frozen                Require Cargo.lock and cache are up to date
      --locked                Require Cargo.lock is up to date
      --offline               Run without accessing the network
```

changelog: Add the standard Manifest Options section to the `--help` output
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions