From 9749097b07e1d9fce1c2a7fa4fdb32dbebe82676 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sat, 13 Sep 2025 17:41:54 +0200 Subject: [PATCH] doc: Document that os_version_check.c is implemented in `std` --- compiler-builtins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-builtins/README.md b/compiler-builtins/README.md index 2d92b7651..a12bd2ee7 100644 --- a/compiler-builtins/README.md +++ b/compiler-builtins/README.md @@ -374,7 +374,7 @@ Miscellaneous functionality that is not used by Rust. - ~~i386/fp_mode.c~~ - ~~int_util.c~~ - ~~loongarch/fp_mode.c~~ -- ~~os_version_check.c~~ +- ~~os_version_check.c~~ (implemented in `std` instead) - ~~riscv/fp_mode.c~~ - ~~riscv/restore.S~~ (callee-saved registers) - ~~riscv/save.S~~ (callee-saved registers)