Back to Rust

Short Item Info

src/librustdoc/html/templates/short_item_info.html

1.97.1454 B
Original Source

{% 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 %}