diff --git a/src/librustdoc/html/templates/type_layout.html b/src/librustdoc/html/templates/type_layout.html index 287cbab07d2b2..b8b7785a2a191 100644 --- a/src/librustdoc/html/templates/type_layout.html +++ b/src/librustdoc/html/templates/type_layout.html @@ -9,12 +9,12 @@

{# #} Note: Most layout information is completely {#+ #} unstable and may even differ between compilations. {#+ #} The only exception is types with certain repr(...) {#+ #} - attributes. Please see the Rust Reference’s {#+ #} + attributes. Please see the Rust Reference's {#+ #} “Type Layout” {#+ #} chapter for details on type layout guarantees. {# #}

{# #} {# #} -

Size: {{ type_layout_size|safe }}

{# #} +

Size: {{+ type_layout_size|safe }}

{# #} {% if !variants.is_empty() %}

{# #} Size for each variant: {# #}