coverage: Update log module names in debug docs
This commit is contained in:
parent
d79cd17199
commit
d0d1187ebb
@ -44,7 +44,7 @@
|
|||||||
//! points, which can be enabled via environment variable:
|
//! points, which can be enabled via environment variable:
|
||||||
//!
|
//!
|
||||||
//! ```shell
|
//! ```shell
|
||||||
//! RUSTC_LOG=rustc_mir_transform::transform::coverage=debug
|
//! RUSTC_LOG=rustc_mir_transform::coverage=debug
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! Other module paths with coverage-related debug logs may also be of interest, particularly for
|
//! Other module paths with coverage-related debug logs may also be of interest, particularly for
|
||||||
@ -52,7 +52,7 @@
|
|||||||
//! code generation pass). For example:
|
//! code generation pass). For example:
|
||||||
//!
|
//!
|
||||||
//! ```shell
|
//! ```shell
|
||||||
//! RUSTC_LOG=rustc_mir_transform::transform::coverage,rustc_codegen_ssa::coverageinfo,rustc_codegen_llvm::coverageinfo=debug
|
//! RUSTC_LOG=rustc_mir_transform::coverage,rustc_codegen_llvm::coverageinfo=debug
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! Coverage Debug Options
|
//! Coverage Debug Options
|
||||||
|
Loading…
Reference in New Issue
Block a user