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 991aa4d commit 5856ab4Copy full SHA for 5856ab4
compiler/rustc_lint_defs/src/builtin.rs
@@ -747,7 +747,7 @@ declare_lint! {
747
/// ```
748
/// ### Explanation
749
///
750
- /// 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
751
/// stack on most platforms.
752
pub DANGEROUS_STACK_ALLOCATION,
753
Warn,
0 commit comments