From e639507a42ef4c71bdc11a0b43d2eb49b8ecf4e4 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 8 Sep 2024 16:56:32 +0200 Subject: [PATCH] clarify build --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 400a997..b0e0652 100644 --- a/static/index.html +++ b/static/index.html @@ -11,7 +11,7 @@
This website builds every rustc target on many nightlies to check which ones work and which ones do not.
Builds every target with:
cargo miri setup
This checks that std builds (on targets that have it) but does not check whether codegen/linking works.