@@ -221,16 +221,15 @@ properly-configured variables in LLVM IR, according to very specific
221221details of the [ _ LLVM Coverage Mapping Format_ ] [ coverage-mapping-format ] 
222222(Version 4).[ ^ llvm-and-covmap-versions ] 
223223
224- [ ^ llvm-and-covmap-versions ] : The Rust compiler (as of January 2021) supports
225- _ LLVM Coverage Mapping Format_  Version 4 (the most up-to-date version
226- of the format, at the time of this writing) for improved compatibility
227- with other LLVM-based compilers (like _ Clang_ ), and to take advantage
228- of some format optimizations. Version 4 was introduced in _ LLVM 11_ ,
229- which is currently the default LLVM version for Rust. Note that the
230- Rust compiler optionally supports some earlier LLVM versions,
231- prior to _ LLVM 11_ . If ` rustc `  is configured to use an incompatible
232- version of LLVM, compiling with ` -Z instrument-coverage `  will
233- generate an error message.
224+ [ ^ llvm-and-covmap-versions ] : The Rust compiler (as of January 2021 <!-- date:
225+ 2021-01 -->) supports _ LLVM Coverage Mapping Format_  Version 4 (the most
226+ up-to-date version of the format, at the time of this writing) for improved
227+ compatibility with other LLVM-based compilers (like _ Clang_ ), and to take
228+ advantage of some format optimizations. Version 4 was introduced in _ LLVM 11_ ,
229+ which is currently the default LLVM version for Rust. Note that the Rust
230+ compiler optionally supports some earlier LLVM versions, prior to _ LLVM 11_ . If
231+ ` rustc `  is configured to use an incompatible version of LLVM, compiling with `-Z
232+ instrument-coverage` will generate an error message.
234233
235234``` rust 
236235pub  fn  finalize <'ll , 'tcx >(cx :  & CodegenCx <'ll , 'tcx >) {
0 commit comments