Skip to content

Commit a035e3a

Browse files
iSwapnaestebank
andcommitted
Update compiler/rustc_lint_defs/src/builtin.rs
Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
1 parent f36c7ee commit a035e3a

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
@@ -740,12 +740,12 @@ declare_lint! {
740740
///
741741
/// ```text
742742
/// warning: allocation of size: 1 GiB exceeds most system architecture limits
743-
/// --> $DIR/large-stack-size-issue-83060.rs:7:9
744-
/// |
743+
/// --> $DIR/large-stack-size-issue-83060.rs:7:9
744+
/// |
745745
/// LL | let mut x: [u8; CAP>>1] = [0; CAP>>1];
746-
/// | ^^^^^
747-
/// |
748-
/// = note: `#[warn(dangerous_stack_allocation)]` on by default
746+
/// | ^^^^^
747+
/// |
748+
/// = note: `#[warn(dangerous_stack_allocation)]` on by default
749749
/// ```
750750
/// ### Explanation
751751
///

0 commit comments

Comments
 (0)