about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-02-17 03:58:34 +0200
committerNoah Lev <camelidcamel@gmail.com>2023-02-17 13:38:10 -0800
commit444fa8c37d102fa47e99b69faab3f926bfd32b08 (patch)
treeb6b2bb0eccc7f70463b3f2c1eaece334f8fd891e /src/doc
parent05773228e804a31ced26df180b4c9a3eddf39d2b (diff)
downloadrust-444fa8c37d102fa47e99b69faab3f926bfd32b08.tar.gz
rust-444fa8c37d102fa47e99b69faab3f926bfd32b08.zip
rustc_codegen_ssa feels permanent enough not to need date-check
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/backend/backend-agnostic.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/backend-agnostic.md b/src/doc/rustc-dev-guide/src/backend/backend-agnostic.md
index ea50cd75459..3f25fe03774 100644
--- a/src/doc/rustc-dev-guide/src/backend/backend-agnostic.md
+++ b/src/doc/rustc-dev-guide/src/backend/backend-agnostic.md
@@ -2,11 +2,12 @@
 
 <!-- toc -->
 
-As of <!-- date-check --> Aug 2022, `rustc_codegen_ssa` provides an
-abstract interface for all backends to implement, to allow other codegen
-backends (e.g. [Cranelift]).
+[`rustc_codegen_ssa`]
+provides an abstract interface for all backends to implement,
+to allow other codegen backends (e.g. [Cranelift]).
 
 [Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift
+[`rustc_codegen_ssa`]: https://doc.rust-lang.org/stable/nightly-rustc/rustc_codegen_ssa/index.html
 
 # Refactoring of `rustc_codegen_llvm`
 by Denis Merigoux, October 23rd 2018