diff options
| author | O01eg <o01eg@yandex.ru> | 2020-03-07 07:29:23 +0300 |
|---|---|---|
| committer | O01eg <o01eg@yandex.ru> | 2020-03-07 07:29:23 +0300 |
| commit | dbd1514353a5aa38d08fbb08e05aa478ae926de0 (patch) | |
| tree | 5a3fb90cd264de4a297e6e291a08ed53f5d7fc48 /src/doc | |
| parent | 7694a6d6d9a3505a2b0b7b5cc21d501f88b867c3 (diff) | |
| download | rust-dbd1514353a5aa38d08fbb08e05aa478ae926de0.tar.gz rust-dbd1514353a5aa38d08fbb08e05aa478ae926de0.zip | |
Add new option to the documentation.
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc/src/command-line-arguments.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc/src/command-line-arguments.md b/src/doc/rustc/src/command-line-arguments.md index 659f8f65e65..7a7838d965b 100644 --- a/src/doc/rustc/src/command-line-arguments.md +++ b/src/doc/rustc/src/command-line-arguments.md @@ -146,6 +146,7 @@ The valid types of print values are: - `crate-name` — The name of the crate. - `file-names` — The names of the files created by the `link` emit kind. - `sysroot` — Path to the sysroot. +- `target-libdir` - Path to the target libdir. - `cfg` — List of cfg values. See [conditional compilation] for more information about cfg values. - `target-list` — List of known targets. The target may be selected with the |
