Skip to content

Commit d334f58

Browse files
authored
Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs
1 parent b1df6c0 commit d334f58

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_llvm/src/coverageinfo

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub fn finalize<'ll, 'tcx>(cx: &CodegenCx<'ll, 'tcx>) {
3131
let version = coverageinfo::mapping_version();
3232
if version != 3 {
3333
cx.tcx.sess.fatal("rustc option `-Z instrument-coverage` requires LLVM 11 or higher.");
34-
}```
34+
}
3535

3636
let function_coverage_map = match cx.coverage_context() {
3737
Some(ctx) => ctx.take_function_coverage_map(),

0 commit comments

Comments
 (0)