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 5856ab4 commit 9fa661dCopy full SHA for 9fa661d
compiler/rustc_lint_defs/src/builtin.rs
@@ -751,7 +751,7 @@ declare_lint! {
751
/// stack on most platforms.
752
pub DANGEROUS_STACK_ALLOCATION,
753
Warn,
754
- "Detects dangerous stack allocations at the limit of most architectures"
+ "detects dangerously large stack allocations at the limit of most architectures"
755
}
756
757
declare_lint! {
0 commit comments