Files
rust/clippy_config
Alejandra González 21c5ddd373 Fix large_stack_frames FP on compiler generated targets (#15101)
Closes rust-lang/rust-clippy#15099

The compiler will generate a special `main` function for the tests,
which caused this FP.

changelog: [`large_stack_frames`] fix FP on compiler generated targets
2025-12-01 18:10:53 +00:00
..