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.

Core Build

@@ -30,7 +30,7 @@ -

Miri Std Build

+

Std Check Build

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.