Skip to content

Commit a0338cf

Browse files
committed
text for doc
1 parent 91c22d1 commit a0338cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

compiler/rustc_lint_defs/src/builtin.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,9 @@ declare_lint! {
734734
/// }
735735
/// ```
736736
///
737-
/// {{produces}}
738-
/// ```
737+
/// This will produce:
738+
///
739+
/// ```text
739740
/// warning: allocation of size: 1 GiB exceeds most system architecture limits
740741
/// --> $DIR/large-stack-size-issue-83060.rs:7:9
741742
/// |

0 commit comments

Comments
 (0)