Skip to content

Commit 77fa702

Browse files
Fix aksama template
1 parent 37076c9 commit 77fa702

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/librustdoc/html/templates/type_layout.html

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ <h2 id="layout" class="small-section-header"> {# #}
4444
<strong>Note:</strong> Encountered an error during type layout; {#+ #}
4545
the type was too big. {# #}
4646
</p> {# #}
47+
{% when Err(LayoutError::ReferencesError(_)) %}
48+
<p> {# #}
49+
<strong>Note:</strong> Encountered an error during type layout; {#+ #}
50+
the type references errors. {# #}
51+
</p> {# #}
4752
{% when Err(LayoutError::NormalizationFailure(_, _)) %}
4853
<p> {# #}
4954
<strong>Note:</strong> Encountered an error during type layout; {#+ #}

0 commit comments

Comments
 (0)