Skip to content

Commit 4f5a1cd

Browse files
iSwapnaestebank
andauthored
Update compiler/rustc_lint_defs/src/builtin.rs
Co-authored-by: Esteban Kuber <[email protected]>
1 parent e5903b6 commit 4f5a1cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

compiler/rustc_lint_defs/src/builtin.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -738,12 +738,12 @@ declare_lint! {
738738
///
739739
/// ```text
740740
/// warning: allocation of size: 1 GiB exceeds most system architecture limits
741-
/// --> $DIR/large-stack-size-issue-83060.rs:7:9
742-
/// |
741+
/// --> $DIR/large-stack-size-issue-83060.rs:7:9
742+
/// |
743743
/// LL | let mut x: [u8; CAP>>1] = [0; CAP>>1];
744-
/// | ^^^^^
745-
/// |
746-
/// = note: `#[warn(dangerous_stack_allocation)]` on by default
744+
/// | ^^^^^
745+
/// |
746+
/// = note: `#[warn(dangerous_stack_allocation)]` on by default
747747
/// ```
748748
/// ### Explanation
749749
///

0 commit comments

Comments
 (0)