We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37076c9 commit 77fa702Copy full SHA for 77fa702
src/librustdoc/html/templates/type_layout.html
@@ -44,6 +44,11 @@ <h2 id="layout" class="small-section-header"> {# #}
44
<strong>Note:</strong> Encountered an error during type layout; {#+ #}
45
the type was too big. {# #}
46
</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> {# #}
52
{% when Err(LayoutError::NormalizationFailure(_, _)) %}
53
<p> {# #}
54
0 commit comments