Skip to content

Commit 14f9adc

Browse files
committed
text for doc
1 parent 133a942 commit 14f9adc

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
@@ -736,8 +736,9 @@ declare_lint! {
736736
/// }
737737
/// ```
738738
///
739-
/// {{produces}}
740-
/// ```
739+
/// This will produce:
740+
///
741+
/// ```text
741742
/// warning: allocation of size: 1 GiB exceeds most system architecture limits
742743
/// --> $DIR/large-stack-size-issue-83060.rs:7:9
743744
/// |

0 commit comments

Comments
 (0)