-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Issues: rust-lang/rust-clippy
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
No span for clippy::large_stack_arrays
C-bug
Category: Clippy is not doing the correct thing
#13774
opened Dec 3, 2024 by
IceTDrinker
large_stack_arrays
still lint on nested const items
good first issue
#13529
by flip1995
was closed Oct 11, 2024
clippy::large_stack_arrays
reports vec!
literals and provides a useless suggestion
C-bug
#12586
by kpreid
was closed Apr 27, 2024
[Book]: Add new section for collections of lints, that focus on the same problem
A-documentation
Area: Adding or improving documentation
#11808
opened Nov 14, 2023 by
tigerros
test
to_string_in_format_args_incremental
fails in a read-only working directory
#11126
by Noratrieb
was closed Jun 5, 2025
clippy::large_stack_arrays doesn't detect large arrays defined by comma-separated list
C-bug
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
#10741
by kathoum
was closed May 23, 2023
Document lint configuration values in Clippy's book
A-documentation
Area: Adding or improving documentation
C-an-interesting-project
Category: Interesting projects, that usually are more involved design/code wise.
good first issue
These issues are a good way to get started with Clippy
#9991
by xFrednet
was closed Jan 14, 2023
4 tasks done
Clippy wrongly reports clippy::large_stack_arrays on static struct
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#9460
by tokatoka
was closed Sep 12, 2022
New lint: creation of huge array on the stack
A-lint
Area: New lints
E-hard
Call for participation: This a hard problem and requires more experience or effort to work on
L-suggestion
Lint: Improving, adding or fixing lint suggestions
#4520
opened Sep 7, 2019 by
Shnatsel
ProTip!
Mix and match filters to narrow down what you’re looking for.