diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-09-21 19:39:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-21 19:39:05 +0200 |
| commit | a11333a9964da7192d152ee8083b571cf657a209 (patch) | |
| tree | 3ae1199d9afcf392324f315429b1485e8f8f659a | |
| parent | 72b0291829db111105f48dd1e36c4e03cc7e1b52 (diff) | |
| parent | d887c570a0688bed2c5c8995f35cfdad5980cc54 (diff) | |
| download | rust-a11333a9964da7192d152ee8083b571cf657a209.tar.gz rust-a11333a9964da7192d152ee8083b571cf657a209.zip | |
Merge pull request #2594 from cammeresi/spelling-20250921
Correct a misspelling of RUSTC_LOG
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tracing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tracing.md b/src/doc/rustc-dev-guide/src/tracing.md index 5e5b81fc65b..a7cdab73e79 100644 --- a/src/doc/rustc-dev-guide/src/tracing.md +++ b/src/doc/rustc-dev-guide/src/tracing.md @@ -109,7 +109,7 @@ Miri, use `MIRI_LOG` instead. You get the idea :) See the [`tracing`] crate's docs, and specifically the docs for [`debug!`] to see the full syntax you can use. (Note: unlike the compiler, the [`tracing`] -crate and its examples use the `RUST_LOG` environment variable. rustc, rustdoc, +crate and its examples use the `RUSTC_LOG` environment variable. rustc, rustdoc, and other tools set custom environment variables.) **Note that unless you use a very strict filter, the logger will emit a lot of |
