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 c4ddef9 commit 6b4a161Copy full SHA for 6b4a161
compiler/rustc_lint_defs/src/builtin.rs
@@ -749,7 +749,7 @@ declare_lint! {
749
/// ```
750
/// ### Explanation
751
///
752
- /// Large arras may cause stack overflow due to the limited size of the
+ /// Large arrays may cause stack overflow due to the limited size of the
753
/// stack on most platforms.
754
pub DANGEROUS_STACK_ALLOCATION,
755
Warn,
0 commit comments