From 7e95f0ee6a3ddaf525f44f64e49c6c1f1dc362ca Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 7 Aug 2022 06:06:19 +0200 Subject: [PATCH] date-check: rustc_codegen_ssa is still alive Latest reference on it I could find on zulip: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/Cursed.3A.20no_core.20Add.20on.20primitive.20int.20returning.20Option.3C.3E/near/287514393 --- src/backend/backend-agnostic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/backend-agnostic.md b/src/backend/backend-agnostic.md index cdd60f11..ea50cd75 100644 --- a/src/backend/backend-agnostic.md +++ b/src/backend/backend-agnostic.md @@ -2,7 +2,7 @@ -As of October 2021, `rustc_codegen_ssa` provides an +As of Aug 2022, `rustc_codegen_ssa` provides an abstract interface for all backends to implement, to allow other codegen backends (e.g. [Cranelift]).