File tree 1 file changed +2
-2
lines changed
compiler/rustc_mir_transform/src/coverage
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
//! points, which can be enabled via environment variable:
45
45
//!
46
46
//! ```shell
47
- //! RUSTC_LOG=rustc_mir_transform::transform:: coverage=debug
47
+ //! RUSTC_LOG=rustc_mir_transform::coverage=debug
48
48
//! ```
49
49
//!
50
50
//! Other module paths with coverage-related debug logs may also be of interest, particularly for
51
51
//! debugging the coverage map data, injected as global variables in the LLVM IR (during rustc's
52
52
//! code generation pass). For example:
53
53
//!
54
54
//! ```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
56
56
//! ```
57
57
//!
58
58
//! Coverage Debug Options
You can’t perform that action at this time.
0 commit comments