about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2024-11-10 07:18:32 +0200
committerGitHub <noreply@github.com>2024-11-10 13:18:32 +0800
commita55257153a92afca0d4f0e385d29aeb91f6c9914 (patch)
tree0a434199a2ef7a88bde4ef23b41e710bd5055d5e
parente534ff13d17f2c54edb7eec2d3f31fa4ec000188 (diff)
downloadrust-a55257153a92afca0d4f0e385d29aeb91f6c9914.tar.gz
rust-a55257153a92afca0d4f0e385d29aeb91f6c9914.zip
still accurate (#2133)
-rw-r--r--src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md b/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md
index 8252641e6be..97dc0921d08 100644
--- a/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md
+++ b/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md
@@ -247,7 +247,7 @@ properly-configured variables in LLVM IR, according to very specific
 details of the [_LLVM Coverage Mapping Format_][coverage-mapping-format]
 (Version 6).[^llvm-and-covmap-versions]
 
-[^llvm-and-covmap-versions]: The Rust compiler (as of <!-- date-check: --> Jul 2023) supports _LLVM Coverage Mapping Format_ 6.
+[^llvm-and-covmap-versions]: The Rust compiler (as of <!-- date-check: --> Nov 2024) supports _LLVM Coverage Mapping Format_ 6.
     The Rust compiler will automatically use the most up-to-date coverage mapping format
     version that is compatible with the compiler's built-in version of LLVM.