diff options
| author | Jack Huey <31162821+jackh726@users.noreply.github.com> | 2021-04-29 19:27:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 19:27:25 -0400 |
| commit | 6e50ac8a3449af9b2d59cd7964ff0eb8cb003807 (patch) | |
| tree | e7ce1263f25951e7a25dc9516639238ec7d77a14 /compiler/rustc_codegen_llvm/src | |
| parent | 8460539f28538331bfc40139a9ceaa648e979b47 (diff) | |
| parent | d0c0b8a4a37827da956aafff33fa9882a3bc0df9 (diff) | |
| download | rust-6e50ac8a3449af9b2d59cd7964ff0eb8cb003807.tar.gz rust-6e50ac8a3449af9b2d59cd7964ff0eb8cb003807.zip | |
Rollup merge of #84692 - r00ster91:var-var_os-vars, r=joshtriplett
Link between std::env::{var, var_os} and std::env::{vars, vars_os}
In #84551 I linked between `std::env::{args, args_os}` and this PR does the same but for `std::env::{var, var_os}` and `std::env::{vars, vars_os}`. Now all of `std::env::{var, var_os, vars, vars_os, args, args_os}` should each mention their `_os` or non-`_os` equivalent in the docs so that you can easily navigate between them.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
