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