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 6b4a161 commit 171beb3Copy full SHA for 171beb3
compiler/rustc_lint_defs/src/builtin.rs
@@ -753,7 +753,7 @@ declare_lint! {
753
/// stack on most platforms.
754
pub DANGEROUS_STACK_ALLOCATION,
755
Warn,
756
- "Detects dangerous stack allocations at the limit of most architectures"
+ "detects dangerously large stack allocations at the limit of most architectures"
757
}
758
759
declare_lint! {
0 commit comments