File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_mir_transform/src/coverage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444//! points, which can be enabled via environment variable:
4545//!
4646//! ```shell
47- //! RUSTC_LOG=rustc_mir_transform::transform:: coverage=debug
47+ //! RUSTC_LOG=rustc_mir_transform::coverage=debug
4848//! ```
4949//!
5050//! Other module paths with coverage-related debug logs may also be of interest, particularly for
5151//! debugging the coverage map data, injected as global variables in the LLVM IR (during rustc's
5252//! code generation pass). For example:
5353//!
5454//! ```shell
55- //! RUSTC_LOG=rustc_mir_transform::transform:: coverage,rustc_codegen_ssa::coverageinfo ,rustc_codegen_llvm::coverageinfo=debug
55+ //! RUSTC_LOG=rustc_mir_transform::coverage,rustc_codegen_llvm::coverageinfo=debug
5656//! ```
5757//!
5858//! Coverage Debug Options
You can’t perform that action at this time.
0 commit comments