We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1df6c0 commit d334f58Copy full SHA for d334f58
compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs
@@ -31,7 +31,7 @@ pub fn finalize<'ll, 'tcx>(cx: &CodegenCx<'ll, 'tcx>) {
31
let version = coverageinfo::mapping_version();
32
if version != 3 {
33
cx.tcx.sess.fatal("rustc option `-Z instrument-coverage` requires LLVM 11 or higher.");
34
- }```
+ }
35
36
let function_coverage_map = match cx.coverage_context() {
37
Some(ctx) => ctx.take_function_coverage_map(),
0 commit comments