We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5903b6 commit 4f5a1cdCopy full SHA for 4f5a1cd
compiler/rustc_lint_defs/src/builtin.rs
@@ -738,12 +738,12 @@ declare_lint! {
738
///
739
/// ```text
740
/// warning: allocation of size: 1 GiB exceeds most system architecture limits
741
- /// --> $DIR/large-stack-size-issue-83060.rs:7:9
742
- /// |
+ /// --> $DIR/large-stack-size-issue-83060.rs:7:9
+ /// |
743
/// LL | let mut x: [u8; CAP>>1] = [0; CAP>>1];
744
- /// | ^^^^^
745
746
- /// = note: `#[warn(dangerous_stack_allocation)]` on by default
+ /// | ^^^^^
+ /// = note: `#[warn(dangerous_stack_allocation)]` on by default
747
/// ```
748
/// ### Explanation
749
0 commit comments