about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorRich Kadel <richkadel@google.com>2020-11-25 11:41:23 -0800
committerGitHub <noreply@github.com>2020-11-25 11:41:23 -0800
commitd334f589c4d98dbc9736af033f68bd2c35cd8a79 (patch)
treef189f4cbfee97a6524716e0f424dc300de72a687 /compiler/rustc_codegen_llvm/src
parentb1df6c0e63ae1b5f42a1039e03ce77a491780147 (diff)
downloadrust-d334f589c4d98dbc9736af033f68bd2c35cd8a79.tar.gz
rust-d334f589c4d98dbc9736af033f68bd2c35cd8a79.zip
Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-rw-r--r--compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs b/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs
index 87eada5d557..85aaa7e8893 100644
--- a/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs
+++ b/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs
@@ -31,7 +31,7 @@ pub fn finalize<'ll, 'tcx>(cx: &CodegenCx<'ll, 'tcx>) {
     let version = coverageinfo::mapping_version();
     if version != 3 {
         cx.tcx.sess.fatal("rustc option `-Z instrument-coverage` requires LLVM 11 or higher.");
-    }```
+    }
 
     let function_coverage_map = match cx.coverage_context() {
         Some(ctx) => ctx.take_function_coverage_map(),