{% match self %} {% when Self::Deprecation with { message } %}
{# #} 👎 {# #} {{message|safe}} {# #}
{# #} {% when Self::Unstable with { feature, tracking } %}
{# #} 🔬 {# #} {# #} This is a nightly-only experimental API. ({# #} {{feature}} {# #} {% match tracking %} {% when Some with ((url, num)) %}  #{{num}} {# #} {% when None %} {% endmatch %} ) {# #} {# #}
{# #} {% when Self::Portability with { message } %}
{{message|safe}}
{# #} {% endmatch %}