Nightly build state for {{nightly}}

Back

This contains the status of this nightly. Core is built with cargo build --release -Zbuild-std=core. This checks that codegen/linking of core works, but does not check whether std builds.

std is being built with cargo miri setup. If a target does not support std, the std column represents core/alloc. This checks that std builds (on targets that have it) but does not check whether codegen/linking works.

{% if let Some(core_broken) = core_broken %}

⚠️ The core build is broken in general for this nightly, so no data is available ⚠️

      {{core_broken}}
    
{% endif %} {% if let Some(std_broken) = std_broken %}

⚠️ The std build is broken for this nightly, so no data is available ⚠️

      {{std_broken}}
    
{% endif %}

core failures
{{core_failures}}
std failures
{{std_failures}}

{% for build in builds %} {% match build.1 %} {% when Some with (build) %} {% when None %} {% endmatch %} {% match build.2 %} {% when Some with (build) %} {% when None %} {% endmatch %} {% endfor %}
nightly core
codegen
std
check
{{ build.0 }} {{ build.status.to_emoji() }} {{ build.status.to_emoji() }}